pub fn camera_permission_status() -> CameraPermissionExpand description
Probe the OS for camera permission (M-CAM.2 / AUT-256 + M-RECP.7 / AUT-285).
macOS: real AVCaptureDevice.authorizationStatusForMediaType:
call via objc2-av-foundation. Returns Granted /
NotDetermined / Denied per the live TCC state.
Non-macOS: returns Granted (no TCC-equivalent the recorder
needs to probe for camera on Linux / Windows).