json
This commit is contained in:
parent
03742d25cf
commit
8950f89d7a
|
|
@ -4,20 +4,29 @@
|
|||
"label": "cam1",
|
||||
"ip": "http://208.72.70.171:80/mjpg/video.mjpg",
|
||||
"client_id": 0,
|
||||
"status": true
|
||||
"status": true,
|
||||
"x":0.2,
|
||||
"y":0.8,
|
||||
"angle": 130
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"label": "cam2",
|
||||
"ip": "http://89.29.108.38:80/mjpg/video.mjpg",
|
||||
"client_id": 1,
|
||||
"status": false
|
||||
"status": false,
|
||||
"x":0.4,
|
||||
"y":0.2,
|
||||
"angle": 190
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"label": "cam3",
|
||||
"ip": "http://62.99.80.154:81/mjpg/video.mjpg",
|
||||
"client_id": 2,
|
||||
"status": true
|
||||
"status": true,
|
||||
"x":0.9,
|
||||
"y":0.1,
|
||||
"angle": 270
|
||||
}
|
||||
]
|
||||
|
|
@ -3,18 +3,24 @@
|
|||
"id": 0,
|
||||
"label": "name1",
|
||||
"ip": "127.0.0.1",
|
||||
"status": true
|
||||
"status": true,
|
||||
"x":0.11,
|
||||
"y":0.8
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"label": "name2",
|
||||
"ip": "127.0.0.1",
|
||||
"status": false
|
||||
"status": false,
|
||||
"x":0.3,
|
||||
"y":0.3
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"label": "name3",
|
||||
"ip": "127.0.0.1",
|
||||
"status": true
|
||||
"status": true,
|
||||
"x":0.5,
|
||||
"y":0.6
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue