You are here: Start » FIL.NET » GenicamInvoke.GenTL_GetPixelFormats

GenicamInvoke.GenTL_GetPixelFormats

Retrieves a list of available pixel formats supported by opened device.

Namespace:Fil
Assembly:FilNet.Genicam.dll

Syntax

C++
C#
 
public static void GenTL_GetPixelFormats
(
	int inDeviceHandle,
	List<string> outFormats
)

Parameters

Name Type Range Default Description
inDeviceHandleintHandle of an opened device.
outFormatsSystem.Collections.Generic.List<string>Array that will return a list of format strings.

See also