PointCloudDeviceImageRGBAf Method |
Get a device buffer containing RGBA float image data (32 bits per channel, linear)
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<ColorRGBAf> DeviceImageRGBAf(
StreamOrQueue streamOrQueue
)
Public Function DeviceImageRGBAf (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of ColorRGBAf)
public:
DeviceArray<ColorRGBAf>^ DeviceImageRGBAf(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayColorRGBAf
RemarksRGBAf is only produced organized; calling ToArray1D on the returned array always throws.
See Also