UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

15 lines 376 B
/** * Face detection * * For * - RICOH THETA X */ export declare const FaceDetectEnum: { /** Face detection ON */ readonly ON: "ON"; /** Face detection OFF */ readonly OFF: "OFF"; }; /** type definition of FaceDetectEnum */ export type FaceDetectEnum = (typeof FaceDetectEnum)[keyof typeof FaceDetectEnum]; //# sourceMappingURL=option-face-detect.d.ts.map