Load a 2D frame from a .zdf file
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic void Load(
string fileName
)
Public Sub Load (
fileName As String
)
public:
void Load(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
Path to the .zdf file to load
See Also