Click or drag to resize

CameraEventListenerCaptureComplete Method

The capture is complete.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public virtual void CaptureComplete(
	CameraDevice sender,
	Capture capture
)

Parameters

sender
Type: Ricoh.CameraControllerCameraDevice
Event notification source
capture
Type: Ricoh.CameraControllerCapture
Image object that has been shot
See Also