[HW Accel Support]: Frigate 0.16 BETA 2, 3 and dev branch hw accelleration broken for Intel Pentium N3710 (at least on Synology DS916+) #18918
Unanswered
Damandan
asked this question in
Hardware Acceleration Support
Replies: 2 comments 9 replies
-
what happens if you change it to use iHD driver instead of i965? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Without specifying i965 hardware acceleration wouldn't work at all in 15.1 and just tried in 16. Doesn't work there as well.
vainfo:
'System metrics': |
Beta Was this translation helpful? Give feedback.
9 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.
-
Describe the problem you are having
I thought I would have a go at the latest Frigate 0.16 BETA to see if that works better then 15.1 which is working reasonably well, but it appears that hw acceleration is completely broken on BETA 2, BETA 3 and the latest dev-commit (ea576e7).
HW Acceleration in 15.1 is working as expected.
Version
0.16.0-ea576e7
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Relevant go2rtc log output
2025-06-28 11:38:08.524983631 [INFO] Preparing new go2rtc config... 2025-06-28 11:38:15.989566923 [INFO] Not injecting WebRTC candidates into go2rtc config as it has been set manually 2025-06-28 11:38:16.611264642 [INFO] Starting go2rtc... 2025-06-28 11:38:16.967631880 11:38:16.967 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2 2025-06-28 11:38:16.969017448 11:38:16.967 INF config path=/dev/shm/go2rtc.yaml 2025-06-28 11:38:16.970047811 11:38:16.968 INF [api] listen addr=:1984 2025-06-28 11:38:16.970908309 11:38:16.970 INF [rtsp] listen addr=:8554 2025-06-28 11:38:16.974273751 11:38:16.974 INF [webrtc] listen addr=:8555 2025-06-28 11:38:18.503739352 [INFO] Starting go2rtc healthcheck service...
FFprobe output from your camera
Install method
Docker Compose
Object Detector
Coral
Network connection
Wired
Camera make and model
2 * Reolink RLC-811A
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
vainfo output on both, the working 15.1 and the later 16.0 releases is the same:
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
error: can't connect to X server!
libva info: VA-API version 1.22.0
libva info: User environment variable requested driver 'i965'
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_8
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.12.0)
vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.4.1
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
However, what I find to be interesting is the missing 'Hardware info' button on the 'System metrics' page.
Also, I've tried ffmpeg hwaccel_args: [] which works, but then I don't get HW Acceleration which is a non-starter for my machine.
Beta Was this translation helpful? Give feedback.
All reactions