You are here: Start » AVL.NET » GenICam.GenTL_GetPixelFormats Method

GenICam.GenTL_GetPixelFormats Method

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

Namespace:AvlNet
Assembly:Genicam.Net.dll

Syntax

public static void GenTL_GetPixelFormats
(
	int inDeviceHandle,
	IList<string> outFormats
)

Parameters

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

See also