UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

24 lines 856 B
/** * 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 declare const CameraControlSourceEnum: { /** Undefined value */ readonly UNKNOWN: "UNKNOWN"; /** * Operation is possible with the camera. Locks the smartphone * application UI (supported app only). */ readonly CAMERA: "CAMERA"; /** * Operation is possible with the smartphone application. Locks * the UI on the shooting screen on the camera. */ readonly APP: "APP"; }; /** type definition of CameraControlSourceEnum */ export type CameraControlSourceEnum = (typeof CameraControlSourceEnum)[keyof typeof CameraControlSourceEnum]; //# sourceMappingURL=option-camera-control-source.d.ts.map