Click or drag to resize

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
Syntax
public Image<NETPixelFormat> Image<NETPixelFormat>()

Type Parameters

NETPixelFormat

Return Value

Type: ImageNETPixelFormat
The associated 2D image
Remarks
The format of the image is provided as a generic parameter. The supported format is Zivid.NET.RGBA8.
See Also