pub unsafe extern "C" fn SDL_GetCameraName(
instance_id: SDL_CameraID,
) -> *const c_charExpand description
Get the human-readable device name for a camera.
Parameter: instance_id the camera device instance ID. Returns: a human-readable device name or NULL on failure; call SDL_GetError() for more information.
Thread Safety: It is safe to call this function from any thread.
Available Since: This function is available since SDL 3.2.0.
See Also: SDL_GetCameras