Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » AvSMART » AvSMART_SetLEDDriverStrength
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Set the driver strength of LED.
Syntax
void fil::AvSMART_SetLEDDriverStrength ( AvSmart_State& ioState, fil::RoseekLEDDriverType::Type inType, int inStrength )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
ioState | AvSmart_State& | Object used to maintain state of the function. | ||
![]() |
inType | RoseekLEDDriverType::Type | Driver type (own or external) | ||
![]() |
inStrength | int | 0 - 1500 | Strength. For OWN driver type the max value is 330 otherwise 1500 |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.