react-native-vision-cameraType aliases
OutputStreamType
type OutputStreamType = "photo" | "video" | "stream" | "depth-photo" | "depth-stream"Represents the type of an output stream,
often related to CameraOutput.
This is used for getting available resolutions for a given
OutputStreamType via
CameraDevice.getSupportedResolutions(...)