[Config Support]: High CPU usage and detection in blacked out area #11840
Replies: 4 comments 3 replies
-
|
Motion masks are not designed to stop detected objects from creating events. The docs have all the details on how they work: https://docs.frigate.video/configuration/masks/ You should use To lower CPU usage, you could lower your If that camera has a substream, you could use that for the Additionally, you could check the debug view and watch for red motion boxes. If you have excess motion, tweak your motion detection settings. The docs have all the details - search for "tuning motion". |
Beta Was this translation helpful? Give feedback.
-
|
I'm using required zones. They still aren't being respected. The sidewalk
is outside of the required zone and is often being captured by the walkway
camera.
Cameras don't have substreams. I eesearc and tried that already.
I'll try the other two suggestions.
…On Sun, Jun 9, 2024, 9:45 p.m. Josh Hawkins ***@***.***> wrote:
Motion masks are not designed to stop detected objects from creating
events. The docs have all the details on how they work:
https://docs.frigate.video/configuration/masks/
You should use required_zones at the camera level if you want to
include/exclude specific items from being tracked and saved as events.
To lower CPU usage, you could lower your detect resolution for the
front_door camera. The detect resolution does not need to match your
camera's output resolution - only its aspect ratio. For starters, try
cutting it in half. That should reduce your CPU usage significantly.
If that camera has a substream, you could use that for the detect role
and use the main stream for record.
Additionally, you could check the debug view and watch for red motion
boxes. If you have excess motion, tweak your motion detection settings. The
docs have all the details - search for "tuning motion".
—
Reply to this email directly, view it on GitHub
<#11840 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4QL4MKYEDQNE2C57GQY63ZGUAMHAVCNFSM6AAAAABJBLL2VCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOMRSGA4DC>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing the events on the camera titled walkway.
I'm seeing snapshots, recordings and events.
I can send screenshots and snapshots tomorrow of the zones as configured.
…On Sun, Jun 9, 2024, 9:52 p.m. Josh Hawkins ***@***.***> wrote:
Can you be more specific about what camera you're seeing unwanted events
on? And are you seeing unwanted snapshots, unwanted events, or both?
—
Reply to this email directly, view it on GitHub
<#11840 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL4QL4OGL6OJSHSOYFKXLCDZGUBF3AVCNFSM6AAAAABJBLL2VCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOMRSGEYTK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
Fixed. Motion masks around timestamps and trees resolved the issue. The timestamp was creating the motion event which then saw the person and reported. Still going to go through and update my zones to eliminate stationary objects. Thanks for pointing me in the right direction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I'm having very high CPU usage and regularly seeing snapshots for detected objects where the motion mask and zones are set to not observe.
Version
0.13.2-6476f8a
Frigate config file
Relevant log output
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
Coral version
USB
Any other information that may be helpful
Front Door = ezviz db1
Walkway and Garage = Wyze V3
Beta Was this translation helpful? Give feedback.
All reactions