Back to Aurora Vision Library website

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

VisionBox_StrobeInit


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

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
Input will be modified ioState VisionBox_State& Object used to maintain state of the function.
Input value inStrobeUnit const int
Input value 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.