Hi, David! ^__^
Your advice makes me know the important thing of my question is the
way I get the source video.
I do this on the Windows XP operating system, and make these changes
on a live video stream. And I think you are right, the conversion
process takes most part of the time, and the r
On Sun Sep 30 09:10:40 CEST 2007, Kivilaya wrote:
>I read the method in the given link and learn a lot from it. I'll
> try to display the data inside a QWidget directly instead of the
> current way. But I still have a question, is there any way to make the
> displaying of RGB data in a QWidget
Hi, David, thank you for your help! ^__^
I read the method in the given link and learn a lot from it. I'll
try to display the data inside a QWidget directly instead of the
current way. But I still have a question, is there any way to make the
displaying of RGB data in a QWidget more quickly.
On Sat Sep 29 05:12:25 CEST 2007, kivilaya wrote:
> As required, I need to get a videostream from a camera, and process
> every frame to add some information on it, and then display the frame
> in a PyQt GUI.
> But I don't know how to display the videostream in the PyQt GUI by a
> efficient wa
Hello, everyone, : )
I'm a beginner of pyqt, and recently I'm having a problem with it. I
hope someone could help me.
As required, I need to get a videostream from a camera, and process
every frame to add some information on it, and then display the frame
in a PyQt GUI.
But I don't know how