Interface CameraInfo

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

Properties

deviceId: string
facingMode: CameraFacingMode
label: string
maxNumPixels: number
supportsTorchControl: boolean

Generated using TypeDoc