High CPU #1380
|
I love this software. I've been playing around with it for a few days now, and it's really great. But there's one issue I can't seem to figure out... With just one camera—a Tapo—it's using up 25% of my CPU. That seems like a lot to me; it's an Intel J4105, which isn't exactly powerful, but it seems excessive for an integrated iGPU. And I can't figure out why. Any ideas? |
Replies: 12 comments 5 replies
|
Glad you enjoy Viseron! Hard to say without more details, there are a lot of processes doing different things in Viseron. If you observe the process usage using something like |
|
99+ ffmpeg. |
|
It's a Tapo C210. I thinks it's G.711 codec... |
|
About the same CPU usage. |
|
First of all, thank you for your support ;) The top.... |
|
Here are the config at the moment: |
|
Why I have two ffmpeg processes? |
|
Hope this helps |
|
It might be the driver version since your CPU is quite old. You can confirm it is working by running |
|
It works! Fanstastic! The CPU now is 2-3%!!! Thank you! |


It might be the driver version since your CPU is quite old.
Try setting the environment variable
LIBVA_DRIVER_NAME=i965in your Docker compose file (or-e LIBVA_DRIVER_NAME=i965if using Docker directly)You can confirm it is working by running
docker exec -it viseron vainfoPlease paste the output of that command here regardless of outcome.