PointCloudDeviceImageBGRA Method |
Get a device buffer containing BGRA image data (8 bits per channel, linear)
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic DeviceArray<ColorBGRA> DeviceImageBGRA(
StreamOrQueue streamOrQueue
)
Public Function DeviceImageBGRA (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of ColorBGRA)
public:
DeviceArray<ColorBGRA>^ DeviceImageBGRA(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayColorBGRA
See Also