Interface CameraInfo

interface CameraInfo {
    deviceId: string;
    facingMode?: CameraFacingMode;
    label: string;
    supportsTorchControl?: boolean;
}

Properties

deviceId: string
facingMode?: CameraFacingMode
label: string
supportsTorchControl?: boolean

Generated using TypeDoc