Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » Imago Technologies » VisionBox_StrobeInit
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Initializes Strobe. Has to be called before any other Strobe related function.
Syntax
void fil::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.