Spinnaker_SetBoolParameter
Sets parameter of type Bool.
Syntax
C++
Python
def Spinnaker_SetBoolParameter( state: Spinnaker_State, inParameterName: str, inValue: bool, /, *, inDeviceID: str | None = None, inVerify: bool = True ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Spinnaker_State | ||
![]() |
inDeviceID | str | None | None | Device identifying address |
![]() |
inParameterName | str | 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.


