Save the frame to file
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.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.
If the capture is still in-progress, then this method will block until the capture completes.
This method will copy the necessary point cloud data from the compute device (GPU) memory into host
memory (RAM), unless that data has already been copied to host memory by an earlier function call.
See Also