Added audio sensors to camera metrics and API stats (#8109)

* Added audio sensor to camera metrics and API stats

* Update types.py

* Update app.py
This commit is contained in:
tpjanssen
2023-10-13 13:17:41 +02:00
committed by GitHub
parent e19c0668e7
commit e32bd4ab15
4 changed files with 15 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ class CameraMetricsTypes(TypedDict):
process_fps: Synchronized
read_start: Synchronized
skipped_fps: Synchronized
audio_rms: Synchronized
audio_dBFS: Synchronized
class PTZMetricsTypes(TypedDict):