theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
21 lines • 653 B
TypeScript
/**
* Control camera lock/unlock
*/
export declare const CameraLockEnum: {
/** Undefined value */
readonly UNKNOWN: "UNKNOWN";
/** Camera is unlocked */
readonly UNLOCK: "UNLOCK";
/**
* Camera basic lock state
* (Mode button, WLAN button, and Fn button presses are inhibited)
*/
readonly BASIC_LOCK: "BASIC_LOCK";
/**
* Lock according to the parameters set in _cameraLockConfig.
*/
readonly CUSTOM_LOCK: "CUSTOM_LOCK";
};
/** type definition of CameraLockEnum */
export type CameraLockEnum = (typeof CameraLockEnum)[keyof typeof CameraLockEnum];
//# sourceMappingURL=option-camera-lock.d.ts.map