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