UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

18 lines (17 loc) 510 B
/** * White balance auto strength * * To set the strength of white balance auto for low color temperature scene. * This option can be set for photo mode and video mode separately. * Also this option will not be cleared by power-off. * * For RICOH THETA Z1 firmware v2.20.3 or later */ export const WhiteBalanceAutoStrengthEnum = { /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF' }; /** type definition of WhiteBalanceAutoStrengthEnum */ //# sourceMappingURL=option-white-balance-auto-strength.js.map