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


