Closed Morphy99 closed 1 year ago
Your docker CLI command would be helpful to see.
So to be clear, you're saying that there are no recordings for 3 and the 5 am recordings don't contain this animal?
Your docker CLI command would be helpful to see.
I actually used Portainer to deploy but I've figured out how to find the compose:
version: "2"
services:
frigate:
image: blakeblackshear/frigate:stable-amd64
container_name: frigate
privileged: true
devices:
- /dev/bus/usb
- /dev/dri/card0
- /dev/dri/renderD128
group_add:
- 107
volumes:
- /srv/dev-disk-by-uuid-2cb8c612-80d2-48fc-bda7-57a89736a817/configs/frigate:/config
- /etc/localtime:/etc/localtime:ro
- /srv/dev-disk-by-uuid-2cb8c612-80d2-48fc-bda7-57a89736a817/cctv:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- 5000:5000
- 1935:1935
shm_size: 150M
restart: unless-stopped
labels:
com.centurylinklabs.watchtower.enable: "true"
So to be clear, you're saying that there are no recordings for 3 and the 5 am recordings don't contain this animal?
Yes sorry I cropped the timestamp didn't I. The snapshot and event are 3:29, however, the clip in the event was at 5:00 and with no Fox. I've checked the folder and no recordings at this time either. All my other clips, events, snapshots are in sync. Just this one, very strange.
Interesting, what do your motion masks look like? If they're too big could block the active_objects
condition for your recordings. You could also try the all
mode for events to see if that makes any difference.
They look like this:
I had to copy them out of the original image for privacy reasons.
The motion by this fox would have occurred well away from these though. Sorry, what's the all
mode?
all
will keep all the segments of recordings while the object is visible instead of just the ones where the object is deemed to be active.
record:
events:
retain:
mode: all
https://docs.frigate.video/configuration/record#what-do-the-different-retain-modes-mean
When you go to the recordings for that camera, what do you see when watching the footage for the 3AM hour?
When you go to the recordings for that camera, what do you see when watching the footage for the 3AM hour?
There is none. No folder. Just 00 and 05.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm testing with mode: all
I see my items also have a different time stamp in frigate compared to the real time
Pic time stamp in the cam feed is the correct date time.. but frigate is displaying something else.. not even utc covert
I see my items also have a different time stamp in frigate compared to the real time
Pic time stamp in the cam feed is the correct date time.. but frigate is displaying something else.. not even utc covert
Need to provide the information requested above. What is your docker compose? Does your server have the correct timezone set?
Just running latest frigate 0.11.1 inside Home assistant., not a separate install.
Ha has the right Timezone etc
Just running latest frigate 0.11.1 inside Home assistant., not a separate install.
Ha has the right Timezone etc
It seems like maybe the frigate addon doesn't pass /etc/localtime
but then again I'd figure HA just does that for all addons. I'd recommend looking more into the localtime of things in the chain as that is what frigate currently uses.
In 0.12 everything will be based in an agnostic format (some discussion in #4055) and the frontend will be changed so the times are always shown in your current timezone instead of being reliant on the server running frigate
I think I know what's happening.. and it has to do with "IN PROGRESS"
Here is last night a snap I took while 'in progress' which shows the time stamps So 6:25pm the car arrived.. and then at 9:37pm I looked at frigate and took this photo
and now this morning when the car door opened, the same item without the 'in progress' has kept the original frigate date time, but now the clip is from now and not before
its not creating a new item, its blurring the two into the starting item
its not creating a new item, its blurring the two into the starting item
we wouldn't expect it to, the single event is valid as long as the object is visible. I didn't realize that you only had snapshots and not clips, we definitely wouldn't expect the snapshot to line up with when the event started because as the event goes on frigate will take new snapshots based on higher scores that overwrite the existing one for that event (until the event is ended).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
I've only seen this once since upgrading to 0.11.0-37325C7 a few days ago but somehow this has happened:
I've checked the events and there are no other recordings for 3:29, neither is there an event at 05:00. There is nothing in the logs at those times either.
Typical that it missed Mr Fox however I have endless footage of cars!
Version
0.11.0-37325C7
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Debian
Install method
Docker CLI
Coral version
PCIe
Network connection
Wired
Camera make and model
Reolink RLC-520
Any other information that may be helpful
No response