[HW Accel Support]: Frigate does not appear to be using intel quicksync #20175
Replies: 1 comment
-
Your config uses To switch to QuickSync, update your ffmpeg:
hwaccel_args: preset-intel-qsv-h264 (for H.264 streams; use Additionally, ensure your container has access to the GPU device: devices:
- /dev/dri:/dev/dri and that the If you still see low GPU usage, the OpenVINO detector is running on CPU because you have detectors:
ov:
type: openvino
device: CPU To use the GPU for detection, set Summary of steps:
For more details, see: 📚 Sources: Have another question? Just tag @inkeep. |
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 believe my docker-compose.yml is correct. Below is my config. However, within the frontend of frigate I see CPU at 58% and Intel GPU at 4%. Any help would be greatly appreciated.
Version
0.16.1-e664cb2
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Install method
Docker Compose
Object Detector
OpenVino
Network connection
Wired
Camera make and model
Reolink 510A
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions