VisionBox_GetNumberOfLeds


Gets number of available LEDs.

Syntax

C++
Python
 
def VisionBox_GetNumberOfLeds(
	state: VisionBox_State,
	/
)
-> outCount: int

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Output value outCount int Number of LEDs in system

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.