25 Eylül 2016 Pazar

Python - Webcam Capture GUI with PyQT

I will show an example how to capture webcam and display into QT widget. Opencv is used to capture the video and the stream is shown in a GUI. The main reason for integrating PyQT and Opencv is to be able to provide UI for computer vision applications using Opencv and Python.

QT Designer is used to design the GUI. User Interface in this example is so simple with only two buttons and a Qlabel(videoframe) is to show the stream.




OpenCV cv2.VideoCapture(0) method is used to capture the webcam. BEGIN Button is used to start the timer to show the stream and the STOP Button is used to close the timer.



You can download the GUI and python code here

3 yorum:

  1. eline sağlık

    YanıtlaSil
  2. Bu Şekilde Güzel Oluyor Fakat Ben Proje için Ui dosyasını python Koduna Çevirip Söz Konusu yaptığınız İşlemi yapmak istiyorum bu Mümkün mü Mümkünse Nasıl Yaklaşık Bir Haftadır Sonuç Alamadımda

    YanıtlaSil