CameraEventListener Class |
Namespace: Ricoh.CameraController
The CameraEventListener type exposes the following members.
Name | Description | |
---|---|---|
CameraEventListener | Initializes a new instance of the CameraEventListener class |
Name | Description | |
---|---|---|
CaptureComplete | The capture is complete. | |
CaptureSettingsChanged | The capture settings has been changed. | |
DeviceDisconnected | The camera device has been disconnected. It will be notified when the cable is pulled out or the main unit is turned off. If you disconnect (CameraDevice.Disconnect) yourself, it will not be notified. | |
ImageAdded | The image has been added. You can transfer image data faster than stored CameraImage. | |
ImageStored | The image has been stored in storage. | |
LiveViewFrameUpdated | The live view frame data has been updated. |