Hi Steve,
> The key element in our product is full HD (1920x1080) video playback, which must be able to be played within QT.
Where does the video come from? File, CSI, USB-UVC?
In general, performance should work, because we already did something similar on MX53 in the past (Full-HD video + graphics plane); on MX53, this was absolutely close to the memory bandwidth border, but on MX6 it should be easily possible. However, it is something that can be tested.
> We will also be displaying other elements on the screen at the same time as the video playback. (Images, Text, etc)
Some questions:
- This "other elements" are all done in Qt, so you basically have a single fullscreen application scenario, right?
- Do you have overlay requirements, do you intend to use other Qt elements "above" the video?
We are currently working on a Qt extension which makes it possible to use GStreamer pipelines from within QML. In combination with the latest GStreamer components and the kernel video infrastructure, it will be possible to use that with the mainline IPU drivers. Note that not all of the kernel patches are in the kernel.org tree yet, but this is something which is actively being worked on. Additionally, we have a Wayland prototype which makes use of KMS planes for video, but this is in a pretty early state (and doesn't have any GL acceleration yet).
One important question is if you want to use Qt with GL acceleration, which still has it's issues.
Btw, if you happen to be at ELC-E next month, we will have a talk there about the current state of the i.MX graphics/video infrastructure in mainline.
> (2) Has anyone achieved 1920x1080 video playback within QT5 on a IMX6 Solo? (EX- QML Video Element)
> How was performance? What type of CPU usage did you see?
Could be tested, we have MX6S hardware around. I'm not sure if we have one which can easily be connected to a full-hd panel.
> (3) If you have successfully achieved either of these items, what build system did you use?
> (Yocto, LTIB, etc.)
PTXdist, linux-3.12-rc1 plus a stack of patches which are coming right out of the kernel team's kitchen :-)
> (4) Has anyone compared decoding/playback of IMX6 Solo to Dual or Quad?
> Do the 2X VPUs found in Dual/Quad make a significant difference in decoding/playback of a single video?
I don't think so; however, note that often MX6S boards have other/slower memory than MX6Q boards; it doesn't have to do with the chips, but with the fact that people who want to make the systems cheaper don't only replace the CPU...
Regards,
Robert