The class of Event listener receiving notification from the camera device.
More...
#include <ricoh_camera_sdk/camera_event_listener.hpp>
The class of Event listener receiving notification from the camera device.
Ricoh::CameraController::CameraEventListener::CameraEventListener |
( |
const CameraEventListener & |
rhs | ) |
|
|
delete |
virtual Ricoh::CameraController::CameraEventListener::~CameraEventListener |
( |
| ) |
|
|
virtualdefault |
virtual void Ricoh::CameraController::CameraEventListener::captureComplete |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
const std::shared_ptr< const Capture > & |
capture |
|
) |
| |
|
inlinevirtual |
Invoked when a capture that has been started by this SDK was completed.
- Parameters
-
sender | The camera device sending this event |
capture | The completed capture |
virtual void Ricoh::CameraController::CameraEventListener::captureSettingsChanged |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
const std::vector< std::shared_ptr< const CaptureSetting >> & |
newSettings |
|
) |
| |
|
inlinevirtual |
Invoked when a capture setting was changed without being used setCaptureSettings method directly.
- Parameters
-
sender | The camera device sending this event |
newSettings | The changed settings |
virtual void Ricoh::CameraController::CameraEventListener::deviceDisconnected |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
DeviceInterface |
inf |
|
) |
| |
|
inlinevirtual |
Invoked when the connection was broken unexpectedly.
If call "disconnect()" method, this event is not invoked.
- Parameters
-
sender | The camera device sending this event |
inf | The disconnected interface |
virtual void Ricoh::CameraController::CameraEventListener::imageAdded |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
const std::shared_ptr< const CameraImage > & |
image |
|
) |
| |
|
inlinevirtual |
Invoked when a image was added to the camera device.
You can transfer image data faster than stored CameraImage.
- Parameters
-
sender | The camera device sending this event |
image | The added image |
virtual void Ricoh::CameraController::CameraEventListener::imageStored |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
const std::shared_ptr< const CameraImage > & |
image |
|
) |
| |
|
inlinevirtual |
Invoked when a image was stored to a storage of the camera device.
- Parameters
-
sender | The camera device sending this event |
image | The stored image |
virtual void Ricoh::CameraController::CameraEventListener::liveViewFrameUpdated |
( |
const std::shared_ptr< const CameraDevice > & |
sender, |
|
|
const std::shared_ptr< const unsigned char > & |
liveViewFrame, |
|
|
uint64_t |
frameSize |
|
) |
| |
|
inlinevirtual |
Invoked when a liveview image data was send.
- Parameters
-
sender | The camera device sending this event |
liveViewFrame | The send live view image data |
frameSize | The size of the send live view image data |
The documentation for this class was generated from the following file: