UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

26 lines (24 loc) 756 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShootingFunctionEnum = void 0; /** * Shooting function. * Shooting settings are retained separately for both the Still image shooting mode and Video shooting mode. * Setting them at the same time as exposureDelay will result in an error. * * For * - RICOH THETA X * - RICOH THETA Z1 */ const ShootingFunctionEnum = exports.ShootingFunctionEnum = { /** Normal shooting function */ NORMAL: 'NORMAL', /** Self-timer shooting function(RICOH THETA X is not supported.) */ SELF_TIMER: 'SELF_TIMER', /** My setting shooting function */ MY_SETTING: 'MY_SETTING' }; /** type definition of ShootingFunctionEnum */ //# sourceMappingURL=option-function.js.map