Frame2DImageDeviceArrayBGRA 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> ImageDeviceArrayBGRA(
StreamOrQueue streamOrQueue
)
Public Function ImageDeviceArrayBGRA (
streamOrQueue As StreamOrQueue
) As DeviceArray(Of ColorBGRA)
public:
DeviceArray<ColorBGRA>^ ImageDeviceArrayBGRA(
StreamOrQueue streamOrQueue
)
Parameters
- streamOrQueue
- Type: Zivid.NETStreamOrQueue
Return Value
Type:
DeviceArrayColorBGRA
Remarks
If the image is not yet available because the capture is still in-progress, then this method will
block until the image is available.
See Also