Click or drag to resize

CameraUpdateSettingsDelegate Delegate

Delegate function for updating settings

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public delegate void UpdateSettingsDelegate(
	Settings settings
)

Parameters

settings
Type: Zivid.NETSettings
New settings for the camera
See Also