export interface CameraError extends Error {
    code: "NO_DEVICES" | "PERMISSION_DENIED" | "OVERCONSTRAINED" | "UNKNOWN";
}
