Click or drag to resize

PointCloudExportFileFormatPCD Constructor (String, PointCloudExportColorSpace)

Create PCD specification with file name and color space

Namespace:  Zivid.NET.Experimental
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public PCD(
	string fileName,
	PointCloudExportColorSpace colorSpace
)

Parameters

fileName
Type: SystemString
File name
colorSpace
Type: Zivid.NET.ExperimentalPointCloudExportColorSpace
Color space
Remarks
Does not save normal data in the PCD file.
See Also