-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Config Support]: Disable everything but simply continuously recording to files #4023
Comments
There's no way to disable the decoding of the stream for the live view / motion detection (which can be used to only keep recording when the camera sees motion). If you enable hwaccel then that will reduce the CPU usage |
Also recommend updating to 0.11 using image |
Is there any HWaccel available for a Ryzen 3900X? (again i'm using TrueNAS with a Ubuntu VM which runs Docker; and thats where Frigate runs). I switched to blakeblackshear/frigate:stable. However I now no longer have a live view (more like a 5 fps feed in Home Assistant). This isn't fixed whenever I switch back to blakeblackshear/frigate:stable-amd64. Also not when doing a clean install. |
No that CPU has no integrated GPU so it can't do hardware acceleration. And also you disabled RTMP so of course the home assistant live view isn't full res / speed, that is what RTMP is used for. |
Doh! you are completely right! Sorry about that! So about 3 cores in use for 6 camera's seems fair? It can't go any lower? Is using an Intel CPU (for example the 12500T) more efficient in terms of power for these tasks? |
It doesn't have much to do with intel or AMD. For example I have an AMD 5700G which does hardware acceleration (since it has integration RDNA graphics) and that means with 4 cameras frigate only uses 5% CPU (with a coral and detection enabled). |
Another thing that would help you is setting the |
I'd recommend just checking out #3860 actually as it covers your case as well |
Perfect! Modifying the detection resolution & fps got my CPU usage down to ~200%. Thats fair i think. Thank you for all the information! I'll see to upgrade my CPU to something with an iGPU & try to hunt a Coral unit. |
Describe the problem you are having
I'm trying to disable all detect/motion/snapshot recording features and just enable continuously record. I still see 2 cores being fully used (200% CPU on Linux) while recording. Is this normal?
Version
blakeblackshear/frigate:stable-amd64
Frigate config file
Relevant log output
Frigate stats
No response
Operating system
Debian
Install method
Docker CLI
Coral version
CPU (no coral)
Any other information that may be helpful
Running on a Ryzen 3900X with TrueNAS inside a Ubuntu host with Docker.
The text was updated successfully, but these errors were encountered: