Back to FabImage Studio website

You are here: Start » Filter Reference » Hardware Support » Euresys » MultiCam_GetStringParameter

MultiCam_GetStringParameter


Module: ThirdParty

Gets parameter of type String from euresys device.

Name Type Description
Input value inDeviceID String* Board name, board identifier or serial number
Input value inConnector String* Connector
Input value inDestinationClass MultiCamDestinationClass Class where the value should be set ( board or channel )
Input value inName String Parameter name
Output value outValue String Parameter value

Remarks

Board driver software

This filter is intended to cooperate with board using its vendor SDK. To be able to connect with board it is required to install MultiCam SDK software. Currently FabImage Studio requires MultiCam version 6.18.

MultiCam drivers can be downloaded from following website: https://www.euresys.com (registration may be required).

Supported frame grabbers:
  • GRABLINK series
  • DOMINO series
  • Picolo series
Board identification

When there is only one board connected to the computer, field inDeviceID can be set to Auto. In such case, first available board will be found and connected.

inDeviceID can be used to pick one of multiple boards connected to the computer. inDeviceID can be set to:

  • board name,
  • board identifier,
  • driver index,
  • pci position.

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

Filter Group

This filter is member of MultiCam_GetParameter filter group.

See Also