react-native-vision-cameraType aliases
TargetCameraPosition
type TargetCameraPosition = "front" | "back" | "external"Represents the target physical position of a CameraDevice on the device.
'front': Target Cameras located on the front of the device, typically used for selfies.'back': Target Cameras located on the back of the device, typically used for capturing the scene.'external': Target external Cameras (e.g. USB, Continuity Camera).