UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

32 lines (30 loc) 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FilterEnum = void 0; /** Image processing filter. */ const FilterEnum = exports.FilterEnum = { /** No filter. */ OFF: 'OFF', /** * DR compensation. * * RICOH THETA X is not supported. */ DR_COMP: 'DR_COMP', /** Noise reduction. */ NOISE_REDUCTION: 'NOISE_REDUCTION', /** HDR. */ HDR: 'HDR', /** * Handheld HDR. * * RICOH THETA X firmware v2.40.0 or later, * RICOH THETA Z1 firmware v1.20.1 or later, * and RICOH THETA V firmware v3.10.1 or later. */ HH_HDR: 'HH_HDR' }; /** type definition of FilterEnum */ //# sourceMappingURL=option-filter.js.map