PointCloudDeviceSNRs Method |
Get a device buffer containing SNR values
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<SNR> DeviceSNRs(
StreamOrQueue streamOrQueue
)
Public Function DeviceSNRs (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of SNR)
public:
DeviceArray<SNR>^ DeviceSNRs(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArraySNR
See Also