PDA

View Full Version : QMovie



sabeesh
24th August 2007, 11:03
Hi,
I am using QT.4..3.0 and Linux.
How can I read data from Webcam. Which QT class can I use for it?. Shall I use QMovie for it ?
Please help me....

jpn
24th August 2007, 11:37
Did you read QMovie docs? The list of supported formats is very limited.

sabeesh
24th August 2007, 12:38
Hi,
Which class can I use for it? How can i connect to webcam?
Please help me...

marcel
24th August 2007, 14:23
There is no Qt class to support video output.
You'll have to make one.

Regards