Back to Adaptive Vision Library website

You are here: Start » Function Reference » Imago Technologies » VisionBox_StrobeInit

VisionBox_StrobeInit


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.