UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

25 lines (23 loc) 610 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CameraModeEnum = void 0; /** * Camera mode. * The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions. * * For RICOH THETA X */ const CameraModeEnum = exports.CameraModeEnum = { /** shooting screen */ CAPTURE: 'CAPTURE', /** playback screen */ PLAYBACK: 'PLAYBACK', /** shooting setting screen */ SETTING: 'SETTING', /** plugin selection screen */ PLUGIN: 'PLUGIN' }; /** type definition of CameraModeEnum */ //# sourceMappingURL=option-camera-mode.js.map