UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

23 lines (21 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VideoStitchingEnum = void 0; /** * Video Stitching * * For * - RICOH THETA X * - RICOH THETA Z1 * - RICOH THETA V */ const VideoStitchingEnum = exports.VideoStitchingEnum = { /** Stitching is OFF */ NONE: 'NONE', /** Stitching by the camera is ON */ ONDEVICE: 'ONDEVICE' }; /** type definition of VideoStitchingEnum */ //# sourceMappingURL=option-video-stitching.js.map