Back to FabImage Library website
You are here: Start » Function Reference » Camera Support » Flir Spinnaker » Spinnaker_ExecuteCommand
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Executes command in GenICam device.
Syntax
void fil::Spinnaker_ExecuteCommand ( Spinnaker_State& ioState, ftl::Optional<const 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<const 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.