Basler Vision Connector Messaging: Retrieving Camera Parameter Names#
JSON Payload#
| Field | Optional | Type | Description |
|---|---|---|---|
| TransactionID | Yes | String | Transaction identification |
| Action | No | String | Method called. Fixed value: GetParameterNames |
| DeviceID | No | String | Device identification |
| NamespaceList | Yes | Array of string | Namespaces of the parameter lists to query the parameter names from. Example: { "@CameraDevice", "@CameraInstance" } If the namespace list is omitted, the camera parameter list is returned instead without any namespace prefix. |