Click or drag to resize

Frame2D Constructor (String)

Load a 2D frame from a .zdf file

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public Frame2D(
	string fileName
)

Parameters

fileName
Type: SystemString
Path to the .zdf file to load
Remarks
Use FrameFile to determine the frame type without loading. This method will throw an exception if the frame type is not `Frame2D`.
See Also