UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

24 lines (22 loc) 669 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WhiteBalanceAutoStrengthEnum = void 0; /** * 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 */ const WhiteBalanceAutoStrengthEnum = exports.WhiteBalanceAutoStrengthEnum = { /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF' }; /** type definition of WhiteBalanceAutoStrengthEnum */ //# sourceMappingURL=option-white-balance-auto-strength.js.map