SDL_GetCameraPosition - Man Page
Get the position of the camera in relation to the system.
Header File
Defined in SDL3/SDL_camera.h
Synopsis
#include "SDL3/SDL.h" SDL_CameraPosition SDL_GetCameraPosition(SDL_CameraID instance_id);
Description
Most platforms will report UNKNOWN, but mobile devices, like phones, can often make a distinction between cameras on the front of the device (that points towards the user, for taking "selfies") and cameras on the back (for filming in the direction the user is facing).
Function Parameters
- instance_id
the camera device instance ID.
Return Value
( SDL_CameraPosition ) Returns the position of the camera on the system hardware.
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_GetCameras(3)
Referenced By
SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS