KonstaT

Results 8 comments of KonstaT

@rsglobal Actually gave this a go a few days ago and couldn't get much out of it. https://forum.xda-developers.com/t/dev-rom-unofficial-lineageos-18-1-android-11-for-raspberry-pi-4-b.4212945/page-14#post-85784801 Don't think I missed anything obvious so I'm not sure why it's...

Yes, had all the 14 gerrit patches on top of master and followed the new readme. What I'm not sure about is the ro.vendor.v4l2_codec2.drm_device_name and ro.vendor.v4l2_codec2.drm_device_path for VC4/V3D.

I got myself a HDMI-USB video capture device as I didn't need another USB webcam (one I have doesn't support MJPG). Someone recommended it because it uses MJPG and it's...

> nice! will this be implemented in GloDroid and/or konstagang's rom soon ? It's already in my latest LineageOS 19 build and I see Roman added a similar thing on...

> ? can you please explain: what is that card ? you connect it via HDMI to the PI - or via USB ? If you were really cheeky, why...

I managed to get FFmpeg H.264/H.265/VP8/VP9 software decoders working on Pi 4 with slightly modified https://github.com/waydroid/android_external_ffmpeg https://github.com/waydroid/android_external_stagefright-plugins and relevant patches to libstagefright on frameworks/av. Tried to use FFmpeg's h264_v4l2m2m for...

@goffioul Thanks. Yeah, I had some strategic reverts for testing purposes. Didn't seem to make any difference, though. Wouldn't be too surprising if I have some configuration issue on FFmpeg...

Managed to get both hevc_v4l2request hwaccel for stateless H.265 hw decoding and h264_v4l2m2m for stateful H.264 hw decoding working after merging jc-kynesim's FFmpeg branch! https://twitter.com/KonstaKANG/status/1616054277629218819 Only hevc_v4l2request is actually listed...