Back to Aurora Vision Library Lite website
You are here: Start » Hardware Support » Imago Technologies » VisionBox_StrobeInit
VisionBox_StrobeInit
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Initializes Strobe. Has to be called before any other Strobe related function.
Syntax
void avl::VisionBox_StrobeInit ( VisionBox_State& ioState, const int inStrobeUnit, const bool inReset )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | VisionBox_State& | Object used to maintain state of the function. | |
![]() |
inStrobeUnit | const int | ||
![]() |
inReset | const bool | True |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


