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


