PointCloudExportExportFrame Method (Frame, PointCloudExportFileFormatPLY) | 
 Save frame to PLY file
 
    Namespace: 
   Zivid.NET.Experimental
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic static void ExportFrame(
	Frame frame,
	PointCloudExportFileFormatPLY specification
)
Public Shared Sub ExportFrame ( 
	frame As Frame,
	specification As PointCloudExportFileFormatPLY
)
public:
static void ExportFrame(
	Frame^ frame, 
	PointCloudExportFileFormatPLY^ specification
)
Parameters
- frame
 - Type: Zivid.NETFrame
Frame object to save - specification
 - Type: Zivid.NET.ExperimentalPointCloudExportFileFormatPLY
Specification for saving frame in PLY format 
Remarks
Saves frame object to a PLY file. Specify the layout and color space of the point cloud
data in specification parameter.
See Also