Back to Aurora Vision Library website

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

Spinnaker_ExecuteCommand


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Executes command in GenICam device.

Syntax

void avl::Spinnaker_ExecuteCommand
(
	Spinnaker_State& ioState,
	atl::Optional<const atl::String&> inDeviceID,
	const atl::String& inCommandName,
	bool inVerify
)

Parameters

Name Type Default Description
Input will be modified ioState Spinnaker_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const String&> NIL Device identifying address
Input value inCommandName const String& Name of command node to access
Input value 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.