Back to FabImage Library website

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

Spinnaker_ExecuteCommand


Header:ThirdPartySdk.h
Namespace:fil

Executes command in GenICam device.

Syntax

void fil::Spinnaker_ExecuteCommand
(
	Spinnaker_State& ioState,
	ftl::Optional<ftl::String>& inDeviceID,
	const ftl::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.