Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » AvSMART » AvSMART_ConfigureLEDDriverMode
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Set the driver working mode of LED.
Syntax
void fil::AvSMART_ConfigureLEDDriverMode
(
AvSmart_State& ioState,
fil::RoseekLEDDriverType::Type inType,
fil::RoseekLEDDriverMode::Type inMode
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | AvSmart_State& | Object used to maintain state of the function. | |
![]() |
inType | RoseekLEDDriverType::Type | Driver type (own or external) | |
![]() |
inMode | RoseekLEDDriverMode::Type | LED driver mode |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.