theta-client-react-native
Version:
This library provides a way to control RICOH THETA using.
19 lines (18 loc) • 479 B
JavaScript
/**
* Camera mode.
* The current setting can be acquired by camera.getOptions, and it can be changed by camera.setOptions.
*
* For RICOH THETA X
*/
export const CameraModeEnum = {
/** shooting screen */
CAPTURE: 'CAPTURE',
/** playback screen */
PLAYBACK: 'PLAYBACK',
/** shooting setting screen */
SETTING: 'SETTING',
/** plugin selection screen */
PLUGIN: 'PLUGIN'
};
/** type definition of CameraModeEnum */
//# sourceMappingURL=option-camera-mode.js.map