Click or drag to resize

CameraEventListenerLiveViewFrameUpdated Method

The live view frame data has been updated.

Namespace:  Ricoh.CameraController
Assembly:  RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntax
public virtual void LiveViewFrameUpdated(
	CameraDevice sender,
	byte[] liveViewFrame
)

Parameters

sender
Type: Ricoh.CameraControllerCameraDevice
Event notification source
liveViewFrame
Type: SystemByte
Binary data of the live view frame
See Also