Click or drag to resize

Frame2DImageRGBA Method

Get the associated 2D color image in 8-bit RGBA format

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public ImageRGBA ImageRGBA()

Return Value

Type: ImageRGBA
The associated 2D color image
Remarks
The format of the image will be four channels (R,G,B,A), with 8 bits per channel. The Image can be converted to an array using ToArray or ToByteArray.
See Also