SDL_CloseCamera

Use this function to shut down camera processing and close the camera device.

extern (C) nothrow @nogc extern
void
SDL_CloseCamera

Parameters

camera SDL_Camera*

opened camera device.

Threadsafety: It is safe to call this function from any thread, but no thread may reference device once this function is called.

See Also

Meta