theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
21 lines (19 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FaceDetectEnum = void 0;
/**
* Face detection
*
* For
* - RICOH THETA X
*/
const FaceDetectEnum = exports.FaceDetectEnum = {
/** Face detection ON */
ON: 'ON',
/** Face detection OFF */
OFF: 'OFF'
};
/** type definition of FaceDetectEnum */
//# sourceMappingURL=option-face-detect.js.map