Click or drag to resize

CameraSetFrameCallback Method

Set a callback that is executed very time a new frame is ready

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public void SetFrameCallback(
	FrameCallback callback
)

Parameters

callback
Type: Zivid.NETFrameCallback
New frame callback
Remarks
See also StartLive which triggers live grabbing and executes the supplied callback function for every new frame
See Also