@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface CameraSnapshotSettings

    interface CameraSnapshotSettings {
        activityIndicatorLandscapePositionMultiplier?: number;
        activityIndicatorPortraitPositionMultiplier?: number;
        cameraId?: string;
        cameraMode?: CameraFacingMode;
        changeCameraButton?: boolean;
        closeButton?: boolean;
        copyright?: boolean;
        fromCameraButton?: boolean;
        locale?: string;
        mirrorButton?: boolean;
        mirrorType?: MirrorType;
        multipleFileInput?: boolean;
        nonce?: string;
        resolution?: Partial<WidthAndHeight>;
        startScreen?: boolean;
        statusIcon?: boolean;
        statusPositionMultiplier?: number;
        uploadFileButton?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activityIndicatorLandscapePositionMultiplier?: number
    activityIndicatorPortraitPositionMultiplier?: number
    cameraId?: string
    cameraMode?: CameraFacingMode
    changeCameraButton?: boolean
    closeButton?: boolean
    copyright?: boolean
    fromCameraButton?: boolean
    locale?: string
    mirrorButton?: boolean
    mirrorType?: MirrorType
    multipleFileInput?: boolean
    nonce?: string
    resolution?: Partial<WidthAndHeight>
    startScreen?: boolean
    statusIcon?: boolean
    statusPositionMultiplier?: number
    uploadFileButton?: boolean