theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
17 lines • 464 B
TypeScript
/**
* Video Stitching
*
* For
* - RICOH THETA X
* - RICOH THETA Z1
* - RICOH THETA V
*/
export declare const VideoStitchingEnum: {
/** Stitching is OFF */
readonly NONE: "NONE";
/** Stitching by the camera is ON */
readonly ONDEVICE: "ONDEVICE";
};
/** type definition of VideoStitchingEnum */
export type VideoStitchingEnum = (typeof VideoStitchingEnum)[keyof typeof VideoStitchingEnum];
//# sourceMappingURL=option-video-stitching.d.ts.map