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:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public static Frame CombineFrames(
	IEnumerable<Frame> netFrames
)

Parameters

netFrames
Type: System.Collections.GenericIEnumerableFrame
List of frames

Return Value

Type: Frame
HDR frame
See Also