Back to FabImage Library website
You are here: Start » Function Reference » Euresys » MultiCam_GetDigitalInput
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Reporting the logic state of I/O lines used as inputs.
Syntax
void fil::MultiCam_GetDigitalInput ( MultiCam_State& ioState, ftl::Optional<ftl::String> inDeviceID, int inInput, const ftl::Optional<fil::MultiCamInputStyle::Type>& inInputStyle, fil::MultiCamInputState::Type& outState )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | MultiCam_State& | Object used to maintain state of the function. | ||
![]() |
inDeviceID | Optional<String> | NIL | Board name, board identifier or serial number |
![]() |
inInput | int | Input pin index | |
![]() |
inInputStyle | const Optional<MultiCamInputStyle::Type>& | NIL | Controlling the electrical style of I/O lines used as inputs. If Nil then lease style as it is |
![]() |
outState | MultiCamInputState::Type& | 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 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
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.
See Also
- MultiCam_GrabImage – Captures a frame using Euresys frame grabber.
- MultiCam_SetDigitalOutput – Sets digital output.