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