theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
16 lines • 495 B
TypeScript
/**
* Visibility reduction.
* Reduction visibility of camera body to still image when stitching.
*
* For
* - RICOH THETA Z1 v1.11.1 or later
*/
export declare const VisibilityReductionEnum: {
/** ON */
readonly ON: "ON";
/** OFF */
readonly OFF: "OFF";
};
/** type definition of visibilityReductionEnum */
export type VisibilityReductionEnum = (typeof VisibilityReductionEnum)[keyof typeof VisibilityReductionEnum];
//# sourceMappingURL=option-visibility-reduction.d.ts.map