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