Click or drag to resize

FramePointCloud Property

The point cloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public PointCloud PointCloud { get; }

Property Value

Type: PointCloud
Remarks
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