CPU Usage seems quite high with HW Accel and EdgeTPU? #3542
Unanswered
realroywalker
asked this question in
Ask A Question
Replies: 1 comment 3 replies
-
|
That's an older gen CPU, motion detection is somewhat computationally expensive as well. If you are on 0.10.1 may be worth checkout out 0.11 which is currently in RC. It uses the jellyfin ffmpeg build and in the docs there are instructions for older CPUs to try a different hwaccel driver which may decrease your CPU usage some. Can always use htop to see what processes are taking up the most CPU. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just started out with Frigate and added two cameras to test out - I'm running it in docker on an Intel i5-4590, with a Coral (USB) attached.
I have my camera stream resolutions set to the lowest setting and have configured detect to 6fps (to match the rate on the camera stream - I also configured i-frame to 6 on the cameras).
When Frigate is running I'm seeing an increase in CPU usage by around 20% (solidly), I've used intel_gpu_top and confirm that it looks like the GPU is active when the container is running.. to me, this CPU usage seems pretty high, given i'm working with relatively low resolutions, and the GPU should be accelerating the decode.. then the coral should be picking up any detection workload.
Am I expecting too much here, or does it sound like I've not got the config quite right?
Here is the config I have;
Beta Was this translation helpful? Give feedback.
All reactions