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 ?