mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add a few more metrics to debug
This commit is contained in:
parent
2e8c7ec225
commit
088bd18adb
@ -194,6 +194,11 @@ def main():
|
|||||||
'inference_speed': round(tflite_process.avg_inference_speed.value*1000, 2)
|
'inference_speed': round(tflite_process.avg_inference_speed.value*1000, 2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rc = plasma_process.poll()
|
||||||
|
stats['plasma_store_rc'] = rc
|
||||||
|
|
||||||
|
stats['tracked_objects_queue'] = tracked_objects_queue.qsize()
|
||||||
|
|
||||||
return jsonify(stats)
|
return jsonify(stats)
|
||||||
|
|
||||||
@app.route('/<camera_name>/<label>/best.jpg')
|
@app.route('/<camera_name>/<label>/best.jpg')
|
||||||
|
Loading…
Reference in New Issue
Block a user