PDA

View Full Version : image streaming with QT



saman_artorious
17th August 2013, 07:11
consider this scenario. I receive 25 frames (image raw data) per second and need to show this images as video. At first, I tried using OpenGL, but unfortunately, 25 updates per second overpasses the constraint for CPU consumption.
A fellow suggested to use lib mjpeg streamer to encode and decode data and VLC plugin for image display.
Honestly, I am not very happy to use this method as I am not much familiar to it, is there any way that I can accomplish this with QT?

Cheers,

saman_artorious
17th August 2013, 11:32
can I modify the qt multimedia video example to read data from raw image? Could anyone tell me how I can do that please if it is possible.