RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for camera status. More...
#include <ricoh_camera_sdk/camera_status.hpp>
Public Member Functions | |
virtual | ~CameraStatus ()=default |
virtual uint32_t | getBatteryLevel () const =0 |
Returns the battery level(%) of the camera device. More... | |
virtual std::shared_ptr< const Capture > | getCurrentCapture () const =0 |
Returns the current capture of the camera device. More... | |
The class for camera status.
|
virtualdefault |
|
pure virtual |
Returns the battery level(%) of the camera device.
|
pure virtual |
Returns the current capture of the camera device.
When new capture is starting, this method returns new reference.