Click or drag to resize

FrameSave Method

Save the frame to file

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of file
Remarks
The file type is determined from the file extension. Supported extensions are .zdf, .ply (ordered), .xyz and .pcd.
See Also