The point cloud
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public PointCloud PointCloud { get; }
Public ReadOnly Property PointCloud As PointCloud
Get
public:
property PointCloud^ PointCloud {
PointCloud^ get ();
}
Property Value
Type:
PointCloudRemarks
If the point cloud is not yet available because the capture is still in-progress, then this method
will block until the point cloud is available.
See Also