theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
26 lines • 1.04 kB
TypeScript
/** Capture Status constants */
export declare const CaptureStatusEnum: {
/**
* Undefined item
*/
readonly UNKNOWN: "UNKNOWN";
/** Performing continuously shoot */
readonly SHOOTING: "SHOOTING";
/** In standby */
readonly IDLE: "IDLE";
/** Self-timer is operating */
readonly SELF_TIMER_COUNTDOWN: "SELF_TIMER_COUNTDOWN";
/** Performing multi bracket shooting */
readonly BRACKET_SHOOTING: "BRACKET_SHOOTING";
/** Converting post file... */
readonly CONVERTING: "CONVERTING";
/** Performing timeShift shooting */
readonly TIME_SHIFT_SHOOTING: "TIME_SHIFT_SHOOTING";
/** Performing continuous shooting */
readonly CONTINUOUS_SHOOTING: "CONTINUOUS_SHOOTING";
/** Waiting for retrospective video... */
readonly RETROSPECTIVE_IMAGE_RECORDING: "RETROSPECTIVE_IMAGE_RECORDING";
};
/** type definition of CaptureStatusEnum */
export type CaptureStatusEnum = (typeof CaptureStatusEnum)[keyof typeof CaptureStatusEnum];
//# sourceMappingURL=capture-status.d.ts.map