Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Euresys » MultiCam_GetDigitalInput

MultiCam_GetDigitalInput


Reporting the logic state of I/O lines used as inputs.

Name Type Description
inDeviceID String* Board name, board identifier or serial number
inInput Integer Input pin index
inInputStyle MultiCamInputStyle* Controlling the electrical style of I/O lines used as inputs. If Nil then lease style as it is
outState MultiCamInputState Returns the current logic state of I/O line

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 Adaptive Vision 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

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

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, Adaptive Vision Studio Professional version.

See Also