Getting Car events in zone with no car as interested object #10658
-
Describe the problem you are havingI've got a zone with a list of desired objects that does not include car. I am getting Car detection events with no zone listed. How do I get rid of them in that zone? Version0.13.2-6476F8A Frigate config filemqtt:
enabled: true
host: 192.168.1.29
user: homeassistant
password: ohsee8seen3eebieNezeeneeThae3ohfoo9gay0oafi3ooweegoosh5oa5haz7ie
go2rtc:
streams:
AMCREST01:
- rtsp://{FRIGATE_CAM01_RTSP_USER}:{FRIGATE_CAM01_RTSP_PASS}@192.168.100.101:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:AMCREST01#audio=opus
AMCREST01_sub:
- rtsp://{FRIGATE_CAM01_RTSP_USER}:{FRIGATE_CAM01_RTSP_PASS}@192.168.100.101:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:AMCREST01_sub#audio=opus
AMCREST02:
- rtsp://{FRIGATE_CAM02_RTSP_USER}:{FRIGATE_CAM02_RTSP_PASS}@192.168.100.102:554/cam/realmonitor?channel=1&subtype=1
- ffmpeg:AMCREST02#audio=opus
AMCREST02_sub:
- rtsp://{FRIGATE_CAM02_RTSP_USER}:{FRIGATE_CAM02_RTSP_PASS}@192.168.100.102:554/cam/realmonitor?channel=1&subtype=0
- ffmpeg:AMCREST02_sub#audio=opus
webrtc:
candidates:
- 192.168.1.30:8555
- stun:8555
cameras:
AMCREST01:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/AMCREST01_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/AMCREST01
input_args: preset-rtsp-restream
roles:
- record
motion:
mask:
- 521,43,691,38,685,12,522,14
objects:
track:
- person
- bicycle
- car
- motorcycle
- bird
- cat
- dog
- horse
detect:
width: 708
height: 480
record:
enabled: true
retain:
days: 7
mode: motion
events:
required_zones:
- driveway_entrance
- driveway_parking
- driveway_street
retain:
default: 14
mode: active_objects
snapshots:
enabled: true
zones:
driveway_entrance:
coordinates: 310,77,187,130,110,103,176,67
inertia: 1
objects:
- car
driveway_parking:
coordinates: 134,350,568,417,682,141,310,52,185,132
objects:
- person
- bicycle
- car
- motorcycle
- bird
- cat
- dog
- horse
driveway_street:
coordinates: 0,152,447,0,155,0,0,60
objects:
- person
- bicycle
- motorcycle
- bird
- cat
- dog
- horse
AMCREST02:
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://127.0.0.1:8554/AMCREST02_sub
input_args: preset-rtsp-restream
roles:
- detect
- path: rtsp://127.0.0.1:8554/AMCREST02
input_args: preset-rtsp-restream
roles:
- record
live:
stream_name: AMCREST02
motion:
mask:
- 678,17,680,39,534,39,533,14
objects:
track:
- person
detect:
enabled: false
width: 640
height: 480
record:
enabled: true
retain:
days: 7
mode: all
snapshots:
enabled: true
detectors:
coral_usb:
type: edgetpu
device: usb
database:
path: /database/frigate.db Relevant log output2024-03-24 14:46:24.229074136 [INFO] Preparing Frigate...
2024-03-24 14:46:24.242905754 [INFO] Starting Frigate...
2024-03-24 14:46:25.682342289 [2024-03-24 14:46:25] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-03-24 14:46:25.727239677 [2024-03-24 14:46:25] peewee_migrate.logs INFO : Starting migrations
2024-03-24 14:46:25.731168627 [2024-03-24 14:46:25] peewee_migrate.logs INFO : There is nothing to migrate
2024-03-24 14:46:25.736740713 [2024-03-24 14:46:25] frigate.app INFO : Recording process started: 299
2024-03-24 14:46:25.739156391 [2024-03-24 14:46:25] frigate.app INFO : go2rtc process pid: 89
2024-03-24 14:46:25.758558812 [2024-03-24 14:46:25] detector.coral_usb INFO : Starting detection process: 309
2024-03-24 14:46:28.376266538 [2024-03-24 14:46:25] frigate.app INFO : Output process started: 311
2024-03-24 14:46:28.376976397 [2024-03-24 14:46:25] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-03-24 14:46:28.376981228 [2024-03-24 14:46:25] frigate.app INFO : Camera processor started for AMCREST01: 318
2024-03-24 14:46:28.376986549 [2024-03-24 14:46:25] frigate.app INFO : Camera processor started for AMCREST02: 320
2024-03-24 14:46:28.376988965 [2024-03-24 14:46:25] frigate.app INFO : Capture process started for AMCREST01: 323
2024-03-24 14:46:28.377003666 [2024-03-24 14:46:25] frigate.app INFO : Capture process started for AMCREST02: 325
2024-03-24 14:46:28.380023432 [2024-03-24 14:46:28] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-03-24 14:46:35.173425738 [2024-03-24 14:46:35] frigate.comms.dispatcher INFO : Turning off recordings for AMCREST02
2024-03-24 17:01:08.366344969 [2024-03-24 17:01:08] frigate.comms.dispatcher INFO : Turning on detection for AMCREST02
2024-03-24 17:01:08.410198483 [2024-03-24 17:01:08] frigate.comms.dispatcher INFO : Turning on recordings for AMCREST02
2024-03-24 18:02:25.792303073 [2024-03-24 18:02:25] frigate.comms.dispatcher INFO : Turning off detection for AMCREST02
2024-03-24 18:02:25.837276210 [2024-03-24 18:02:25] frigate.comms.dispatcher INFO : Turning off recordings for AMCREST02 Frigate statsNo response Operating systemOther Linux Install methodDocker CLI Coral versionUSB Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
NickM-27
Mar 24, 2024
Replies: 1 comment
-
This is because you have not set required zones for snapshots |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NickM-27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because you have not set required zones for snapshots