Back to Adaptive Vision Library website

You are here: Start » Function Reference » Flir Spinnaker » Spinnaker_ExecuteCommand

Spinnaker_ExecuteCommand


Header:ThirdPartySdk.h
Namespace:avl

Executes command in GenICam device.

Syntax

void avl::Spinnaker_ExecuteCommand
(
	Spinnaker_State& ioState,
	atl::Optional<atl::String>& inDeviceID,
	const atl::String& inCommandName,
	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
inCommandName const String& Name of command node to access
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.