PointCloudExportExportFrame Method (Frame, PointCloudExportFileFormatZDF) | 
 Save frame to ZDF file
 
    Namespace: 
   Zivid.NET.Experimental
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.1.0
Syntaxpublic static void ExportFrame(
	Frame frame,
	PointCloudExportFileFormatZDF specification
)
Public Shared Sub ExportFrame ( 
	frame As Frame,
	specification As PointCloudExportFileFormatZDF
)
public:
static void ExportFrame(
	Frame^ frame, 
	PointCloudExportFileFormatZDF^ specification
)
Parameters
- frame
 - Type: Zivid.NETFrame
Frame object to save - specification
 - Type: Zivid.NET.ExperimentalPointCloudExportFileFormatZDF
Specification for saving frame in ZDF format 
Remarks
Saves frame object to a ZDF file.
See Also