CVBpy 14.0
AsyncWaitResultPointCloudTuple Class Reference

Represents an async wait result on a point cloud stream. More...

Inherits object.

Properties

 value = property
 Tuple[Optional[Union[cvb.DensePointCloud, cvb.SparsePointCloud]], int, Optional[cvb.NodeMapEnumerator]]: Gets the actual wait result.
 

Detailed Description

Represents an async wait result on a point cloud stream.

This object is awaitable.