theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
24 lines (23 loc) • 686 B
JavaScript
/**
* camera control source
* Sets whether to lock/unlock the camera UI.
* The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions.
*
* For RICOH THETA X
*/
export const CameraControlSourceEnum = {
/** Undefined value */
UNKNOWN: 'UNKNOWN',
/**
* Operation is possible with the camera. Locks the smartphone
* application UI (supported app only).
*/
CAMERA: 'CAMERA',
/**
* Operation is possible with the smartphone application. Locks
* the UI on the shooting screen on the camera.
*/
APP: 'APP'
};
/** type definition of CameraControlSourceEnum */
//# sourceMappingURL=option-camera-control-source.js.map