Click or drag to resize

PointCloudExportExportFrame Method (Frame, PointCloudExportFileFormatZDF)

Save frame to ZDF file

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