Frame2DImageNETPixelFormat Method |
Get the associated 2D image in the requested pixel format
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Image<NETPixelFormat> Image<NETPixelFormat>()
Public Function Image(Of NETPixelFormat) As Image(Of NETPixelFormat)
public:
generic<typename NETPixelFormat>
Image<NETPixelFormat>^ Image()
Type Parameters
- NETPixelFormat
Return Value
Type:
ImageNETPixelFormatThe associated 2D image
Remarks
The format of the image is provided as a generic parameter.
The supported format is Zivid.NET.RGBA8.
See Also