Click or drag to resize

FramePointCloud Property

The point cloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.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. The point cloud returned by this property will be automatically disposed when the parent frame is disposed. If you need to keep the point cloud alive after the parent frame is disposed, then you need to clone the point cloud using the Clone method.
See Also