Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Roseek » Roseek_SetStatusLED
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sets the status of programmable LED state indicators supported on the camera.
Syntax
void fil::Roseek_SetStatusLED ( Roseek_State& ioState, int inId, fil::RoseekLEDStatus::Type inState )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | Roseek_State& | Object used to maintain state of the function. | ||
![]() |
inId | int | 0 - 2 | Index of I/O output port | |
![]() |
inState | RoseekLEDStatus::Type | Received state |
Remarks
Camera driver software
This filter is intended to cooperate with camera using its vendor Roseek SDK. To be able to connect to camera it is required to install Roseek SDK software with camera dedicated drivers. Currently FabImage uses Roseek version v1.32.
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.