Interaction-without-Interac.../mock/cams.json

32 lines
597 B
JSON
Raw Normal View History

2019-06-06 16:46:25 +00:00
[
{
"id": 0,
"label": "cam1",
"ip": "http://89.29.108.38:80/mjpg/video.mjpg",
"client_id": 0,
2019-06-06 21:27:35 +00:00
"status": true,
"x":0.2,
"y":0.8,
"angle": 130
2019-06-06 16:46:25 +00:00
},
{
"id": 1,
"label": "cam2",
"ip": "http://89.29.108.38:80/mjpg/video.mjpg",
"client_id": 1,
2019-06-06 21:27:35 +00:00
"status": false,
"x":0.4,
"y":0.2,
"angle": 190
2019-06-06 16:46:25 +00:00
},
{
"id": 2,
"label": "cam3",
"ip": "http://62.99.80.154:81/mjpg/video.mjpg",
"client_id": 2,
2019-06-06 21:27:35 +00:00
"status": true,
"x":0.9,
"y":0.1,
"angle": 270
2019-06-06 16:46:25 +00:00
}
]