UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

22 lines (20 loc) 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VisibilityReductionEnum = void 0; /** * Visibility reduction. * Reduction visibility of camera body to still image when stitching. * * For * - RICOH THETA Z1 v1.11.1 or later */ const VisibilityReductionEnum = exports.VisibilityReductionEnum = { /** ON */ ON: 'ON', /** OFF */ OFF: 'OFF' }; /** type definition of visibilityReductionEnum */ //# sourceMappingURL=option-visibility-reduction.js.map