[Qt-creator] High performance method to display bitmap images at 30 frames per second?
Adam Higerd
ahigerd at timeips.com
Fri Mar 20 18:28:47 CET 2009
Ed Sutton wrote:
>
>
> I am a Linux / QTCreator newbie.
>
>
>
> I have a security camera that streams video over the network. I wrote
> software that decodes the video data and outputs bitmap frame images.
> My video is coming at 30 fps, 720 x 486, 24-bits per pixel color.
>
>
>
> What is the highest performance method for displaying images? Is there a
> QTCreator widget I can use? Is OpenGL a good choice? X-Windows?
>
>
>
> Thanks in advance for any tips or direction,
>
>
>
> -Ed
This isn't really a Creator question, more accurately just a Qt
question, so this is the wrong mailing list.
That said, I'll say that 30fps at that resolution is going to be pretty
much trivial for any modern hardware. You should choose the solution
that makes the code easiest for you to write, not the one that runs fastest.
/s/ Adam
More information about the Qt-creator-old
mailing list