You are here: Start » FIL.NET » GenICam.GigEVision_GetPixelFormats Method
GenICam.GigEVision_GetPixelFormats Method
Retrieves a list of available pixel formats supported by opened device.
Namespace: | FilNet |
---|---|
Assembly: | Genicam.Net.dll |
Syntax
public static void GigEVision_GetPixelFormats ( int inDeviceHandle, IList<string> outFormats )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inDeviceHandle | int | Handle of an opened device. | ||
![]() | outFormats | System.Collections.Generic.IList<string> | Array that will return a list of format strings. |