You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to render decoded video frames to screen using drm planes under tty. (no x11, no GL)
I got an accepted crtc.
The frames are getting decoded with hevc_rkmpp.
But when I try to render them I get errors when trying to match the AV_PIX_FMT_DRM_PRIME or DRM_FORMAT_NV12 frames with the planes from drmModeGetPlane(); (using #include <xf86drm.h>)
How can I get a good plane-to-format matchup to do drm render straight to screen?
I am using Armbian and,
Linux orangepi5 5.10.110-rockchip-rk3588 #23.02.2 SMP Fri Feb 17 23:59:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
Cheers!
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to render decoded video frames to screen using drm planes under tty. (no x11, no GL)
I got an accepted crtc.
The frames are getting decoded with hevc_rkmpp.
But when I try to render them I get errors when trying to match the AV_PIX_FMT_DRM_PRIME or DRM_FORMAT_NV12 frames with the planes from drmModeGetPlane(); (using #include <xf86drm.h>)
How can I get a good plane-to-format matchup to do drm render straight to screen?
I am using Armbian and,
Linux orangepi5 5.10.110-rockchip-rk3588 #23.02.2 SMP Fri Feb 17 23:59:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
Cheers!
The text was updated successfully, but these errors were encountered: