AvSMART_SetStatusLED
Set the status of programmable LED state indicators supported on the camera.
Syntax
C++
Python
def AvSMART_SetStatusLED( state: AvSmart_State, inState: RoseekLEDStatus, /, *, inId: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AvSmart_State | |||
![]() |
inId | int | 0 - 2 | 0 | Index of I/O output port |
![]() |
inState | RoseekLEDStatus | Received state |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


