[Config Support]: Duplicate snapshots during recording #10822
Replies: 1 comment
-
found the answer by looking at older messages. Sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I'm using MQTT to detect when the system detects new events. I have a python program that subscribes to MQTT events.
Im looking at the jsonMsg["after"]["id"] to detect a new image, but I'm getting many duplicates. It appears that duplicates occur while the system is recording the stream that triggered the snapshot. I thought that using the "after" would eliminate this, and only give me a snapshot when the recording has ended.
I created a simple workaround to detect duplicates in code, but im wondering why this is occurring.
In the logs I do see a messages about detection stuck
"Detection appears to be stuck. Restarting detection process"
But it only occurs once and not dor every duplicate found.
Version
Installed version 2024.2.4
Frigate config file
Relevant log output
Frigate stats
No response
Operating system
Debian
Install method
HassOS Addon
Coral version
USB
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions