is sitare capable to decode mpeg4, etc?

hello,

specifically one in the latest beaglebone. afaiu it isn't armed with
dsp?

thanks, Alex

Alex Tomas wrote:

hello,

specifically one in the latest beaglebone. afaiu it isn't armed with
dsp?

it has no DSP.

the arm itself should be OK for SD sized video, BUT since the CPU on
the bone has no DSS, video needs to be converted to RGB and maybe
composed with UI, so that will also take significant CPU power.

Maybe you can run color conversion and composition using the SGX

Definitely you can run color conversion without any overhead - and also dynamic RGB textures using SGX.

Both Qt classes for this purpose, and standalone C++ libraries that wrap this functionality, are discussed in below blog post.

http://tigraphics.blogspot.in/2012/02/sgx-video-streaming-with-qglwidget.html