Click or drag to resize

HDRCapture Method

A convenience function to capture and merge frames.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static Frame Capture(
	Camera camera,
	IEnumerable<Settings> settings
)

Parameters

camera
Type: Zivid.NETCamera
Camera instance.
settings
Type: System.Collections.GenericIEnumerableSettings
List of Settings.

Return Value

Type: Frame
Single frame (when single setting given) or HDR frame (when multiple settings given).
See Also