Hi guys, i’m testing the 0.9.0 version on a separate machine
I’m a bit confused about clips/recordings on this release
Does this mean I need to enable 24/7 recordings to get event detection?
record:
enabled: True
retain_days: 30
events:
enabled: True
# Optional: Number of seconds before the event to include (default: shown below)
pre_capture: 5
# Optional: Number of seconds after the event to include (default: shown below)
post_capture: 5
# Optional: Objects to save events for. (default: all tracked objects)
objects:
- person
- cat
# Optional: Restrict events to objects that entered any of the listed zones (default: no required zones)
required_zones: []
# Optional: Camera override for retention settings (default: global values)
retain:
# Required: Default retention days (default: shown below)
default: 10
# Optional: Per object retention days
objects:
person: 15
cat: 15
Indeed, you have to enable also recording BUT, you can set retain_days to 0 and then configure the event retention settings under record. This will delete any recording segments that do not contain the events based on your retention settings. See here and here.
I see, thanks for the links
So that’s how recording events generally work with 0.9.0 requiring more storage
Basically the 24/7 recordings will be wiped after 24 hours except for the specific event.
Will this be a separate release or updated as the final version?
It deletes the recording segments that don’t contain events after 5 minutes (or your configured max_seconds), not 24 hours. 0.9.0 actually requires less storage than 0.8.4 for those using clips in 0.8.4 because it does not duplicate the video for overlapping events. Multiple events reference back to the same recording segments.
in same manner, when request to https://mysitefrigate.com is received NGINX send request to http://mylocalFrigate.com. Before request is sent to frigate however, I have used NGINX built in authentication to force login by user before allow access to frigate.
There are other methods to enable HTTPS or provide Authentication but this is just current method I use.
I am have issue with my config.yml i HA * Starting nginx nginx
…done.
Error parsing config: expected a dictionary for dictionary value @ data[‘cameras’][‘garage_driveway’][‘snapshots’][‘retain’] It works perfectly well on docker container but not HA. `
‘’'detectors:
cpu1:
type: cpu
cpu2:
type: cpu
Played yesterday with Frigate, Google Coral on Synology (DS920+) DSM 7 and HA in VMM.
So if anyone is interested but afraid of DSM 7 upgrade, can confirm that it works.
Thanks for the reply.
Played a little bit with the settings. But it’s still not working.
With the RTSP Stream i’m getting a green picture.
And with the RTMP Stream it’s smearing again…