Document Reader SDK
CtrlK
HomeWebsiteGitHubnpm
5.4
5.4
  • Getting Started with React Native
  • Troubleshoot license issues
  • Changelog
  • Requirements
    • Developer requirements
    • Image quality requirements
  • Core
  • Scenarios
  • How to add the SDK to the project?
  • Database
  • Initialization
  • Custom settings
  • About SDK and license
  • Results
    • Description of results
    • Getting results
  • Enumerations
    • AVCaptureDevicePosition
    • AVCaptureSessionPreset
    • BarcodeResult
    • BarcodeType
    • CameraMode
    • CaptureMode
    • diDocType
    • DocReaderAction
    • DocReaderFrame
    • DocReaderOrientation
    • eCheckDiagnose
    • eCheckResult
    • eGraphicFieldType
    • eImageQualityCheckType
    • eRFID_AccessControl_ProcedureType
    • eRFID_AuthenticationProcedureType
    • eRFID_BaudRate
    • eRFID_CertificateType
    • eRFID_DataFile_Type
    • eRFID_NotificationAndErrorCodes
    • eRFID_Password_Type
    • eRFID_SDK_ProfilerType
    • eRFID_TerminalType
    • eRPRM_Authenticity
    • eRPRM_FieldVerificationResult
    • eRPRM_Lights
    • eRPRM_ResultType
    • eRPRM_SecurityFeatureType
    • eSignManagementAction
    • eVisualFieldType
    • FontStyle
    • FrameShapeType
    • LCID
    • LineCap
    • PKDResourceType
    • RGLMeasureSystem
    • ScenarioIdentifier
    • UIInterfaceOrientationMask
    • UIViewContentMode
  • Localization
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Enumerations

CameraMode

This page covers the description of the CameraMode enumeration

CameraMode enumeration contains types of camera API.

const CameraMode = {
    AUTO: 0,
    CAMERA1: 1,
    CAMERA2: 2,
}

Constant

Description

AUTO

Camera API is selected depending on the device's capabilities. If the camera2 API is supported, it will be used

CAMERA1

Camera1 API

CAMERA2

Camera2 API

PreviousBarcodeTypeNextCaptureMode

Last updated 4 years ago

Was this helpful?