frigate 0.8.0 Beta 2 #418
Replies: 3 comments 2 replies
-
Yes I also don't see the zone lines over the mjpg feed. But still detection works. But everything else works very well. My inference speed went down to around 14 which is awesome. And CPU loads also went down to around 15% for 2 cameras at 1080p. My only issue is the snapshot attachments in notifications don't work... No attachment. |
Beta Was this translation helpful? Give feedback.
-
You can add several things dynamically. Add |
Beta Was this translation helpful? Give feedback.
-
Hi BM55, Sorry for my ignorance, but how did you make the parameter work? I am total noob. |
Beta Was this translation helpful? Give feedback.
-
I tried Beta 2 and noticed that the draw_zones is not working. Anyone else not able to see the zone line if enabled? same config does show the zone boundary line on beta 1 (I can't seem to copy/paste the config properly on GitHub using Windows 10)
`cameras:
garage:
ffmpeg:
inputs:
- path: rtmp://192.168.0.139:1935/bcs/channel0_ext.bcs?channel=0&stream=2&user=user&password=pass
roles:
#- detect
- rtmp
- clips
- path: rtmp://192.168.0.139:1935/bcs/channel0_main.bcs?channel=0&stream=0&user=user&pass=pass
roles:
- detect
- record
height: 1536 #672
width: 2048 #896
fps: 5
save_clips:
enabled: True
pre_capture: 5
post_capture: 5
record:
enabled: true
rtmp:
enabled: True
`
Beta Was this translation helpful? Give feedback.
All reactions