Houjie
2 天以前 964faa1077a89713910063c39ebe08fac4e4c56e
1
2
3
4
5
6
import { Camera } from "./core";
export declare class CameraFactory {
    static failIfNotSupported(): Promise<CameraFactory>;
    private constructor();
    create(videoConstraints: MediaTrackConstraints): Promise<Camera>;
}