UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

15 lines (14 loc) 258 B
/** * Face detection * * For * - RICOH THETA X */ export const FaceDetectEnum = { /** Face detection ON */ ON: 'ON', /** Face detection OFF */ OFF: 'OFF' }; /** type definition of FaceDetectEnum */ //# sourceMappingURL=option-face-detect.js.map