We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have olimex A13 DEV Board. And I use Buildroot-Gstream. But Gstream lib does not run on GPU. All load on CPU. How can I fix this ?
Hi xfrieyt,
Assuming you are using gstreamer for video decode, that wouldn't run on the Mali GPU. Mobile devices have a dedicated video encode/decode unit which is separate from the GPU. The GPU is only used used for OpenGL ES / Vulkan / OpenCL acceleration.
Kind regards,Pete
Thank you for reply. Ok. I understood. But CPU usage is too high. I guess ı should use VPU . Can you recomend source ?