UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

30 lines (28 loc) 835 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CameraControlSourceEnum = void 0; /** * 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 */ const CameraControlSourceEnum = exports.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