UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

17 lines (16 loc) 334 B
/** * Video Stitching * * For * - RICOH THETA X * - RICOH THETA Z1 * - RICOH THETA V */ export const VideoStitchingEnum = { /** Stitching is OFF */ NONE: 'NONE', /** Stitching by the camera is ON */ ONDEVICE: 'ONDEVICE' }; /** type definition of VideoStitchingEnum */ //# sourceMappingURL=option-video-stitching.js.map