UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

17 lines (15 loc) 376 B
/** * Power saving mode. * The current setting can be acquired by camera.getOptions, * and it can be changed by camera.setOptions. * * For Theta X only. **/ export const PowerSavingEnum = { /** Power saving mode ON */ ON: 'ON', /** Power saving mode OFF */ OFF: 'OFF' }; /** Type definition of PowerSavingEnum */ //# sourceMappingURL=option-power-saving.js.map