VisionCamera Logo
  • Docs
  • API Reference
VisionCamera Logo
VisionCamera Logo
API Reference
react-native-vision-camera
AutoFocusSystemAuxilaryDepthTypeCameraExtensionTypeCameraOutputTypeCameraPositionColorSpaceDepthDataAccuracyDepthDataQualityDepthFormatOrNullDepthPixelFormatDeviceTypeExposureModeFlashModeFocusModeFocusResponsivenessFrameDroppedReasonFrameRendererViewInterruptionReasonMediaTypeMeteringModeMirrorModeOrientationOrientationSourcePermissionStatusPhotoContainerFormatPhysicalDeviceTypePixelFormatPredefinedTemplatesPreviewImplementationModeAndroidPreviewResizeModePreviewViewQualityPrioritizationScannedObjectTypeSceneAdaptivenessTargetPhotoContainerFormatTargetVideoPixelFormatTorchModeVideoCodecVideoPixelFormatVideoStabilizationModeWhiteBalanceModeWorkletQueue
react-native-vision-camera-barcode-scanner
react-native-vision-camera-location
react-native-vision-camera-resizer
react-native-vision-camera-skia
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.

CameraExtensionType

Represents the type of the CameraExtension.

CameraPosition

Next Page