@vundl/react-native-uvc-camera
Version:
UVC Camera implementation for React Native
52 lines • 1.18 kB
TypeScript
export declare const Constants: {
Mode: {
FAST: string;
ACCURATE: string;
};
Landmarks: {
NONE: string;
ALL: string;
};
Classifications: {
NONE: string;
ALL: string;
};
};
export declare class FaceDetector {
static Constants: {
Mode: {
FAST: string;
ACCURATE: string;
};
Landmarks: {
NONE: string;
ALL: string;
};
Classifications: {
NONE: string;
ALL: string;
};
};
static detectFacesAsync(uri: string, options?: any): any;
}
export declare const UVCCamera: import("react-native").HostComponent<unknown>;
declare const _default: {
FaceDetector: typeof FaceDetector;
Constants: {
Mode: {
FAST: string;
ACCURATE: string;
};
Landmarks: {
NONE: string;
ALL: string;
};
Classifications: {
NONE: string;
ALL: string;
};
};
UVCCamera: import("react-native").HostComponent<unknown>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map