UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

19 lines (17 loc) 538 B
/** * Preset mode * * For Theta SC2 and SC2 for business **/ export const 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