[Support]: Camera without detect role has high CPU Usgae #11700
Unanswered
downtownsj1973
asked this question in
General Support
Replies: 2 comments 1 reply
-
I just noticed that the camera in question had not undergone a calibration on startup. I will do that and monitor. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you!
…On Sun, Jun 2, 2024 at 8:30 PM Josh Hawkins ***@***.***> wrote:
Calibration is only used for autotracking.
If you want to disable detection for a particular camera, you should
specify False for the enabled key:
detect:
width: 2560
height: 1440
enabled: False
—
Reply to this email directly, view it on GitHub
<#11700 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKNIN3YACUDJDVC2MTRZTP3ZFO2LTAVCNFSM6AAAAABIVPM6QGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TMNBRGU2TG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
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
Build: 0.14.0-bccffe6
One of my cameras, Attic-East-Dome has high detect CPU usage at 75%. Here is that camera's specific config. As you can see the detect role is commented out and has been through several reboots. I'm stumped why this camera has a high detect CPU usage.
Attic-East-Dome:
ffmpeg:
inputs:
- path: rtsp://cat:[email protected]/cam/realmonitor?channel=1&subtype=0
roles:
- record
#- path: rtsp://cat:[email protected]/cam/realmonitor?channel=1&subtype=1
#roles:
#- detect
webui_url: "http://10.250.11.22"
zones:
zone_1:
coordinates: 2560,1440,2560,0,0,0,0,1440
Version
Build: 0.14.0-bccffe6
Frigate config file
Relevant log output
None in the log
FFprobe output from your camera
Frigate stats
Operating system
Other Linux
Install method
Docker Compose
Coral version
USB
Network connection
Wired
Camera make and model
Dauhua N85EUN2 for this issue
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions