SDL_GetCameraID - Man Page
Get the instance ID of an opened camera.
Header File
Defined in SDL3/SDL_camera.h
Synopsis
#include "SDL3/SDL.h" SDL_CameraID SDL_GetCameraID(SDL_Camera *camera);
Function Parameters
- camera
an SDL_Camera
to query.
Return Value
( SDL_CameraID ) 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
·(3), SDL_OpenCamera(3)
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS