Back to Adaptive Vision Library website

You are here: Start » Function Reference » PointGrey Spinnaker » Spinnaker_SetBoolParameter

Spinnaker_SetBoolParameter


Sets parameter of type Bool.

Syntax

void avl::Spinnaker_SetBoolParameter
(
	Spinnaker_State& ioState,
	atl::Optional<atl::String>& inDeviceID,
	const atl::String& inParameterName,
	bool inValue,
	bool inVerify
)

Parameters

Name Type Default Description
ioState Spinnaker_State& Object used to maintain state of the function.
inDeviceID Optional<String>& NIL Device identifying address
inParameterName const String& Name of feature parameter
inValue bool New value to be set into device parameter
inVerify bool True Enables AccessMode and Range verification (default = true)

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.