Click or drag to resize

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
Syntax
public DeviceArray<ColorBGRA> DeviceImageBGRA(
	StreamOrQueue streamOrQueue
)

Parameters

streamOrQueue
Type: Zivid.NETStreamOrQueue

Return Value

Type: DeviceArrayColorBGRA
See Also