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
Syntaxpublic static Frame CombineFrames(
IList<Frame> netFrames
)
Public Shared Function CombineFrames (
netFrames As IList(Of Frame)
) As Frame
public:
static Frame^ CombineFrames(
IList<Frame^>^ netFrames
)
Parameters
- netFrames
- Type: System.Collections.GenericIListFrame
List of frames
Return Value
Type:
FrameHDR frame
See Also