UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

19 lines 623 B
/** * Camera mode. * The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions. * * For RICOH THETA X */ export declare const CameraModeEnum: { /** shooting screen */ readonly CAPTURE: "CAPTURE"; /** playback screen */ readonly PLAYBACK: "PLAYBACK"; /** shooting setting screen */ readonly SETTING: "SETTING"; /** plugin selection screen */ readonly PLUGIN: "PLUGIN"; }; /** type definition of CameraModeEnum */ export type CameraModeEnum = (typeof CameraModeEnum)[keyof typeof CameraModeEnum]; //# sourceMappingURL=option-camera-mode.d.ts.map