Click or drag to resize

CameraEventListener Methods

The CameraEventListener type exposes the following members.

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