UnorganizedPointCloudDevicePointsXYZW Method |
Get a device buffer containing XYZW point coordinates
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<PointXYZW> DevicePointsXYZW(
StreamOrQueue streamOrQueue
)
Public Function DevicePointsXYZW (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of PointXYZW)
public:
DeviceArray<PointXYZW>^ DevicePointsXYZW(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayPointXYZW
See Also