PointCloudExport.ExportFrame Method (Frame, PointCloudExport.FileFormat.XYZ) |
Save frame to XYZ file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic static void ExportFrame(
Frame frame,
PointCloudExport.FileFormat.XYZ specification
)
Public Shared Sub ExportFrame (
frame As Frame,
specification As PointCloudExport.FileFormat.XYZ
)
public:
static void ExportFrame(
Frame^ frame,
PointCloudExport.FileFormat.XYZ^ specification
)
Parameters
- frame
- Type: Zivid.NET.Frame
Frame object to save - specification
- Type: Zivid.NET.Experimental.PointCloudExport.FileFormat.XYZ
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