Got it back up & running.
I added a 2nd camera at 2fps and turned up the fps for the 1st one to 10 but this seems to go straight to the CPU usage of the Pi4 itself.
Here’s the output from the metrics link:
{
"cameras": [
{
"name": "outdoorcam",
"fps": {
"decoder": 10.3,
"sieve": 10.3,
"visual_effects": 10.1,
"snapshot": 10.3,
"mqtt": 10.3
},
"buffer_in": 10,
"buffer_out": 0
},
{
"name": "yardcam",
"fps": {
"decoder": 2.1,
"sieve": 2.1,
"visual_effects": 0.0,
"snapshot": 2.1,
"mqtt": 2.1
},
"buffer_in": 10,
"buffer_out": 0
}
],
"detectors": [
{
"name": "Coral",
"fps": 12.2,
"fps_max": 58,
"inference_time": 17.1
}
]
}
I also noticed that when I increase the fps further the Pi4 (2GB) that runs the ‘Superviced’ HA Install’ gets very sluggish.
Seems like it gets overwhelmed by the MQTT messages from Watsor with 3 messages per second for e.g the ‘car’ sensor that constantly keeps updating for the 3 cars it sees.