theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
27 lines (25 loc) • 630 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CameraLockEnum = void 0;
/**
* Control camera lock/unlock
*/
const CameraLockEnum = exports.CameraLockEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/** Camera is unlocked */
UNLOCK: 'UNLOCK',
/**
* Camera basic lock state
* (Mode button, WLAN button, and Fn button presses are inhibited)
*/
BASIC_LOCK: 'BASIC_LOCK',
/**
* Lock according to the parameters set in _cameraLockConfig.
*/
CUSTOM_LOCK: 'CUSTOM_LOCK'
};
/** type definition of CameraLockEnum */
//# sourceMappingURL=option-camera-lock.js.map