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
Input will be modified ioState AvSmart_State
Input value inId int 0 - 2 0 Index of I/O output port
Input value 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.