Use this function to shut down camera processing and close the camera device.
Defined in <SDL3/SDL_camera.h>
void SDL_CloseCamera(SDL_Camera *camera);
SDL_Camera * | camera | opened camera device. |
It is safe to call this function from any thread, but no thread may reference device
once this function is called.
This function is available since SDL 3.1.3.