The point cloud
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.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, accessing this
property will block until the point cloud is available.
The PointCloud instance returned is a handle to the actual point cloud data stored on the compute device
memory. See PointCloud for more information.
See Also