ZebraCVCameras_GetStringParameter
Gets a string parameter of the ZebraCVCameras device.
Syntax
C++
Python
def ZebraCVCameras_GetStringParameter( state: ZebraCVCameras_State, inName: str, /, *, inDeviceID: str | None = None ) -> outValue: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | ZebraCVCameras_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inName | str | Parameter name | |
![]() |
outValue | str | Parameter value |



