react-native-vision-cameraType aliases
CameraOutputType
type CameraOutputType = "photo" | "video" | "stream" | "preview"Represents the type of a CameraOutput.
'photo': Captures photos.'video': Captures videos, possibly with audio.'stream': Streams frames (or depth) in a CPU-accessible format.'preview': Streams to a preview view on screen.