theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
23 lines (20 loc) • 509 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PowerSavingEnum = void 0;
/**
* Power saving mode.
* The current setting can be acquired by camera.getOptions,
* and it can be changed by camera.setOptions.
*
* For Theta X only.
**/
const PowerSavingEnum = exports.PowerSavingEnum = {
/** Power saving mode ON */
ON: 'ON',
/** Power saving mode OFF */
OFF: 'OFF'
};
/** Type definition of PowerSavingEnum */
//# sourceMappingURL=option-power-saving.js.map