Change camera stats to be more structured (#8151)

* Change camera stats to be more structured

* Update stats.py

* Update stats.py

* Update System.jsx

Front end also breaks due to moved camera stats
This commit is contained in:
tpjanssen
2023-10-20 00:15:47 +02:00
committed by GitHub
parent 12487b3b60
commit facd557f8c
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export default function System() {
service = {},
detection_fps: _,
processes,
...cameras
cameras,
} = stats || initialStats || emptyObject;
const detectorNames = Object.keys(detectors || emptyObject);