interface CameraInfo {
    deviceId: string;
    label: string;
}

Properties

Properties

deviceId: string
label: string