PDA

View Full Version : Video streaming on QMainWindow



yagabey
13th January 2008, 14:21
Hello,

I want to display a stream of video on a QMainwindow. I will take the video data from serial port(a vga camera module C328-7640 ). I also want to take snapshots from the displayed video.

What is the most appropriate way to do this? Thanks..

uglykid
13th January 2008, 14:24
Hi,

little question what image format is available from the serial port?

Do you want to be able to stretch the image according to the size of the QMainWindow's size?

-uglykid

yagabey
13th January 2008, 14:29
The camera has a jpeg compression module, and command set...The data from the serial port is jpeg. i dont want to resize the image...

skrzypu
13th January 2008, 17:15
You can try to use opencv to get images from cam and work with them