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()
Public Function ImageRGBA As ImageRGBA
public:
ImageRGBA^ ImageRGBA()
Return Value
Type:
ImageRGBAThe 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.
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