Frame2D Constructor (String) |
Load a 2D frame from a .zdf file
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic Frame2D(
string fileName
)
Public Sub New (
fileName As String
)
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