Basler Vision Connector Messaging: Downloading the Camera Configuration#
Note
Don't edit the configuration file manually in a text editor. Editing the file manually leads to conflicts when you upload the camera configuration.
JSON Payload#
| Field | Optional | Type | Description |
|---|---|---|---|
| TransactionID | Yes | String | Transaction identification |
| Action | No | String | Method called. Fixed value: GetDeviceConfig |
| DeviceID | No | String | Device identification |
Response Object#
| Field | Optional | Type | Description |
|---|---|---|---|
| TransactionID | Yes | String | Transaction identification |
| ReturnCode | No | Integer (32-bit unsigned) | Message code following Message Codes |
| Message | No | String | Response message |
| FileContent | No | String | Base64 string of the configuration file, which contains the mime type prefix |