theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
18 lines • 669 B
TypeScript
/**
* Preset mode
*
* For Theta SC2 and SC2 for business
**/
export declare const PresetEnum: {
/** Preset "Face" mode suitable for portrait shooting just for Theta SC2. */
readonly FACE: "FACE";
/** Preset "Night View" mode just for Theta SC2. */
readonly NIGHT_VIEW: "NIGHT_VIEW";
/** Preset "Lens-by-Lens Exposure" mode just for Theta SC2. */
readonly LENS_BY_LENS_EXPOSURE: "LENS_BY_LENS_EXPOSURE";
/** Preset "Room" mode just for SC2 for business. */
readonly ROOM: "ROOM";
};
/** Type definition of PresetEnum */
export type PresetEnum = (typeof PresetEnum)[keyof typeof PresetEnum];
//# sourceMappingURL=option-preset.d.ts.map