ICube_SetParamAuto
Sets a parameter of type auto in an ICube device.
Syntax
C++
Python
def ICube_SetParamAuto( state: ICube_State, inValue: bool, /, *, inDeviceID: int | None = None, inType: int = 0 ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ICube_State | ||
![]() |
inDeviceID | int | None | None | Index of a camera |
![]() |
inType | int | 0 | Type of the parameter to set (see Parameter Definitions in the API Header) |
![]() |
inValue | bool | 1 == set auto, 0 == unset auto. |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


