Save the frame to file
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic void Save(
	string fileName
)
Public Sub Save ( 
	fileName As String
)
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