Click or drag to resize

HDRCombineFrames Method

Combine frames acquired with different camera settings. This function will return a high dynamic range frame based on a supplied set of frames captured with different camera settings.

Namespace:  Zivid.NET
Assembly:  ZividNET (in ZividNET.dll) Version: 1.0.1
Syntax
public static Frame CombineFrames(
	IList<Frame> netFrames
)

Parameters

netFrames
Type: System.Collections.GenericIListFrame
List of frames

Return Value

Type: Frame
HDR frame
See Also