Hi everyone,
I'm trying to write a program using Qt to display several images and a video on the screen of an HDTV connected to my DM365 dev board. I have a few questions:
1. My program will display one of the jpeg sample images that came with the board, but won't display one of my own jpegs. I believe it is an rgb color format issue. Qt on my pc can load an image and convert its color format, but on the embedded system it will not even load the image, let alone try and convert it.
2. I cannot get any of my Qt apps to run in 720p fullscreen on the TV. Does Qt write to the framebuffer, or somehow link in to the DMAI? Do I need to change framebuffer or DMAI settings in order to have Qt run fullscreen at 720p? Do I need to have Qt output in YUV format instead of RGB?
3. Is there a good way to get hardware accelerated H.264 playback from within Qt using this platform? ie. have 2 jpeg images displayed on the screen and a video playing in the corner.
Any help would be greatly appreciated, thanks!
Marlon