I want to prevent false triggering of stationary car as described here
I have created zones “front_left” and “front_right” and configured it so a car is only detected on “front_left”, not where it is parked in “front_right”.
Within Frigate this seems to work, the events on the Events page match my expectation.
But in MTTQ I still get events detecting the car (see below), but the current_zones / entered_zones fields are empty. Is this expected?
I was expecting the MTTQ events to be filtered as happened within Events page of the GUI.
But maybe I am just tagging the MTTQ with more information and need to filter within the automation.
Message 64 received on frigate/events at 8:49 PM:
{
"before": {
"id": "1640292266.297389-0c4kuq",
"camera": "front",
"frame_time": 1640292566.067987,
"snapshot_time": 1640292566.067987,
"label": "car",
"top_score": 0.75,
"false_positive": false,
"start_time": 1640292266.297389,
"end_time": null,
"score": 0.67578125,
"box": [
1317,
149,
1918,
759
],
"area": 366610,
"region": [
1224,
131,
1920,
827
],
"current_zones": [],
"entered_zones": [],
"has_clip": false,
"has_snapshot": false
},
"after": {
"id": "1640292266.297389-0c4kuq",
"camera": "front",
"frame_time": 1640292571.0871,
"snapshot_time": 1640292567.097635,
"label": "car",
"top_score": 0.75,
"false_positive": false,
"start_time": 1640292266.297389,
"end_time": null,
"score": 0.74609375,
"box": [
1351,
178,
1914,
749
],
"area": 321473,
"region": [
1196,
85,
1920,
809
],
"current_zones": [],
"entered_zones": [],
"has_clip": false,
"has_snapshot": false
},
"type": "update"
}