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


