Go to documentation repository
...
GET http://IP-address:port/web2/secure/video/config.properties?version={version}&login={login}&password={password}
Parameter | Is required | Description |
|---|---|---|
| version | Yes | See Product version |
| login | No |
| Axxon PSIM username, if set | |
| password | No |
| Axxon PSIM user password, if set |
GET http://127.0.0.1:8085/web2/secure/video/config.properties?version=41.70.81.0224&login=USER&password=PASS
Config.properties text file.
...
| Parameter | Description |
|---|---|
| password.enabled | false - no − no password required true - password − password required |
| login.enabled | false - no − no login required true - login required− login required |
| password.invalid | false - specified − specified password is correct true - specified − specified password is not correct |
| cam.count | Total count of cameras in the configuration (id starts at 0). |
| cam.N.id | Camera ID |
| cam.N.name | Camera name |
| cam.N.rights | Rights (they are checked on the server; available on the client in order not to show the user odd options). The parameter is represented by flags. If the flag is set, then the interface element is to be shown; if not – hidden. static final int RIGHT_VIEW = 0x1; // live video is available (always 1) static final int RIGHT_CONTROL = 0x2; // control (telemetry, arming and disarming) static final int RIGHT_CONFIG = 0x4; // reserved static final int RIGHT_HISTORY = 0x8; // access to archive |
| cam.N.telemetry_id | Telemetry ID (there can be no value if there is no telemetry – then hide telemetry control elements). |