Click or drag to resize

CameraEventListener Class

Event listener receiving notification from the camera device.
Inheritance Hierarchy
SystemObject
  Ricoh.CameraControllerCameraEventListener

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public class CameraEventListener

The CameraEventListener type exposes the following members.

Constructors
  NameDescription
Public methodCameraEventListener
Initializes a new instance of the CameraEventListener class
Top
Methods
  NameDescription
Public methodCaptureComplete
The capture is complete.
Public methodCaptureSettingsChanged
The capture settings has been changed.
Public methodDeviceDisconnected
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.
Public methodImageAdded
The image has been added. You can transfer image data faster than stored CameraImage.
Public methodImageStored
The image has been stored in storage.
Public methodLiveViewFrameUpdated
The live view frame data has been updated.
Top
See Also