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 | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State | ||
![]() |
inStrobeUnit | int | ||
![]() |
inReset | bool |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


