PointCloudExport.ExportFrame Method (Frame, PointCloudExport.FileFormat.ZDF) |
Save frame to ZDF file
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public static void ExportFrame(
Frame frame,
PointCloudExport.FileFormat.ZDF specification
)
Public Shared Sub ExportFrame (
frame As Frame,
specification As PointCloudExport.FileFormat.ZDF
)
public:
static void ExportFrame(
Frame^ frame,
PointCloudExport.FileFormat.ZDF^ specification
)
Parameters
- frame
- Type: Zivid.NET.Frame
Frame object to save - specification
- Type: Zivid.NET.Experimental.PointCloudExport.FileFormat.ZDF
Specification for saving frame in ZDF format
Remarks
Saves frame object to a ZDF file.
See Also