VisionBox_StrobeInit


Initializes Strobe. Has to be called before any other Strobe related function.

Syntax

C++
Python
 
def VisionBox_StrobeInit(
	state: VisionBox_State,
	inStrobeUnit: int,
	inReset: bool,
	/
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState VisionBox_State
Input value inStrobeUnit int
Input value inReset bool

Multithreaded environment

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