Get human-readable device name for a camera.
Defined in <SDL3/SDL_camera.h>
instance_id | the camera device instance ID |
Returns Human-readable device name, or NULL on error; call SDL_GetError() for more information.
The returned string is owned by the caller; please release it with SDL_free() when done with it.
It is safe to call this function from any thread.
This function is available since SDL 3.0.0.