wn2000
wn2000
> Same (also reported with screenshots in issue #284). Yep can confirm I got exactly those same errors during and after installation. You probably should update the title of #284...
@huwpascoe First of all thanks for implementing the "video layout" feature. I've been trying to get it to work on my GLES2 board in the last few days and I...
@huwpascoe sounds good! Let me know if you want me test anything. Thanks!
Thanks a lot for the help. I will experiment with the ideas.
I met the same issue on RK3328, 4.4.159 kernel. Did some bisecting and found the issue started from this commit: 6b5ee5a.
I checked out the repo at 6b5ee5a, and enabled debug env (`export mpi_debug=0xff; export mpp_task_debug=0xff`). The following is the log leading to the error. @HermanChen Would you be able to...
BTW how to enable debug log with the latest code? I tried to set `mpi_debug` in the environment but it had no effect.
> mpp does not support ffmpeg officially. But we will fix the issue later. Thanks for explaining that. That makes sense now. I tried @hbiyik's ffmpeg with the latest mpp...
Is it possible to add back ffmpeg 4.x support? For example buildroot still uses ffmpeg 4.x. So requiring 5.x makes this unusable on many embedded devices that use buildroot to...
Hmm my board might not support the `GL_UNPACK_ROW_LENGTH_EXT ` extension, so copying a subarea of the framebuffer to the texture may have failed. Added the `--no-imgui` argument to use the...