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