UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

25 lines (22 loc) 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PresetEnum = void 0; /** * Preset mode * * For Theta SC2 and SC2 for business **/ const PresetEnum = exports.PresetEnum = { /** Preset "Face" mode suitable for portrait shooting just for Theta SC2. */ FACE: 'FACE', /** Preset "Night View" mode just for Theta SC2. */ NIGHT_VIEW: 'NIGHT_VIEW', /** Preset "Lens-by-Lens Exposure" mode just for Theta SC2. */ LENS_BY_LENS_EXPOSURE: 'LENS_BY_LENS_EXPOSURE', /** Preset "Room" mode just for SC2 for business. */ ROOM: 'ROOM' }; /** Type definition of PresetEnum */ //# sourceMappingURL=option-preset.js.map