Click or drag to resize

PointCloudExportExportFrame Method (Frame, PointCloudExportFileFormatPLY)

Save frame to PLY file

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
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