-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
This is very interesting project!
I want to give it try on mine appliance (MiniMyth2)
With 6.11.3 kernel i have well working v4l2_request on series of socs (h6/h313/h616/h618/rk3328/rk3399/rk3566/rk3588)
I'm testing current master of libva-v4l2 on h618 tvbox which perfectly plays hw accelerated h264, hevc, etc on mythtv and kodi
basic logs about what box provides (v4l2_request, drm, etc): http://termbin.com/kdx2
running vainfo (with export LIBVA_DRIVER_NAME=v4l2) with current master of libva-v4l2 gives me:
root@myth-frontend-02001a758ab4:~ # vainfo
Trying display: x11
error: can't connect to X server!
Trying display: drm
libva info: VA-API version 1.22.0
libva info: User environment variable requested driver 'v4l2'
libva info: Trying to open /usr/lib/v4l2_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: v4l2
vainfo: Supported profile and entrypoints
root@myth-frontend-02001a758ab4:~ #
maybe you have some hints why va reports no any profiles nor entrypoints?
note: minimyth2 has no systemd. For udev i'm using eudev 3.2.14 which offers udev251 api.
libva-v4l2 requires udev 252 api.
can udev 251 api level be root cause of empty list of "Supported profile and entrypoints"?