Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Roseek » Roseek_ConfigureLEDDriverMode
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sets the driver working mode of LED.
Syntax
void fil::Roseek_ConfigureLEDDriverMode
(
Roseek_State& ioState,
fil::RoseekLEDDriverType::Type inType,
fil::RoseekLEDDriverMode::Type inMode
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | Roseek_State& | Object used to maintain state of the function. | |
![]() |
inType | RoseekLEDDriverType::Type | Driver type (own or external) | |
![]() |
inMode | RoseekLEDDriverMode::Type | LED driver mode |
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.