PointCloudExportExportFrame Method (Frame, PointCloudExportFileFormatXYZ) |
Save frame to XYZ file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public static void ExportFrame(
Frame frame,
PointCloudExportFileFormatXYZ specification
)
Public Shared Sub ExportFrame (
frame As Frame,
specification As PointCloudExportFileFormatXYZ
)
public:
static void ExportFrame(
Frame^ frame,
PointCloudExportFileFormatXYZ^ specification
)
Parameters
- frame
- Type: Zivid.NETFrame
Frame object to save - specification
- Type: Zivid.NET.ExperimentalPointCloudExportFileFormatXYZ
Specification for saving frame in XYZ format
Remarks
Saves frame object to a XYZ file. XYZ (position) and RGB (color) values are separated
with white space. Each new point is separated by the newline character. Specify the
color space of the point cloud data in specification parameter.
See Also