2 #ifndef RICOH_CAMERA_SDK_CAMERA_STATUS_HPP_ 3 #define RICOH_CAMERA_SDK_CAMERA_STATUS_HPP_ 10 namespace CameraController {
26 virtual uint32_t getBatteryLevel()
const = 0;
35 virtual std::shared_ptr<const Capture> getCurrentCapture()
const = 0;
41 #endif // RICOH_CAMERA_SDK_CAMERA_STATUS_HPP_ Definition: camera_device.hpp:13
#define RCSDK_API
Definition: export.hpp:17
The class for camera status.
Definition: camera_status.hpp:17