SDL_GetCameraID - Man Page

Get the instance ID of an opened camera.

Synopsis

#include <SDL3/SDL_camera.h>

SDL_CameraID SDL_GetCameraID(SDL_Camera *camera);

Function Parameters

camera

an SDL_Camera to query.

Return Value

Returns the instance ID of the specified camera on success or 0 on failure; call SDL_GetError() for more information.

Thread Safety

It is safe to call this function from any thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_OpenCamera(3)

Info

SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS