Re: How to display a videostream in the PyQt GUI by a efficient way

2007-10-01 Thread kivilaya
me get more and more familiar with the things I do and learn a lot.:) Kivilaya -- http://mail.python.org/mailman/listinfo/python-list

Re: How to display a videostream in the PyQt GUI by a efficient way

2007-09-30 Thread kivilaya
way is so slow, I'm afraid that time spend on it is too long and the displaying of results will be discontinuous. So I think maybe there is another way to show these pictures. Look forward to more advices.^ ^ Thanks! Kivilaya -- http://mail.python.org/mailman/listinfo/python-list

How to display a videostream in the PyQt GUI by a efficient way

2007-09-28 Thread kivilaya
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