react-native-vision-cameraType aliases
PhysicalDeviceType
type PhysicalDeviceType = Extract<DeviceType,
| "ultra-wide-angle"
| "wide-angle"
| "telephoto"
| "true-depth"
| "lidar-depth"
| "time-of-flight-depth"
| "external"
| "continuity">