PDA

View Full Version : Display frames



bmn
30th April 2008, 06:51
Hello I am a newbie
I want to create an application which captures video via webcam using v4l2 in linux and
the captured frames to be displayed on a GUI window.
It would be very helpful if anyone can post the Qt code
Thanks in advance

aamer4yu
30th April 2008, 11:26
Why cant u display them using QLabel and QTimer ??
In the timer, u could grab a frame from the webcam and set it as a pixmap on the label.

You can also see movie player example, or Phonon in Qt 4.4 version