cxCam_SetBoolParameter
Sets parameter using cxCam Support Package.
Syntax
C++
Python
def cxCam_SetBoolParameter( state: CxCam_State, inName: str, inValue: bool, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | CxCam_State | ||
![]() |
inDeviceID | str | None | None | Device URI |
![]() |
inName | str | ||
![]() |
inValue | bool |


