Home > other >  Pyqt5 show that udp continue to receive image problem
Pyqt5 show that udp continue to receive image problem

Time:10-02

Consult a problem bosses, the situation is as follows: in the process of pyqt5 programming, the machine is receiving udp unceasingly transmits images (straight up for a complete video), how to real-time display in the interface of pyqt5, rather than using opencv to open a new window, I now think of method is each receive a picture, just to write information in the QRC, perform QRC - & gt; Py command, finally through setStyleSheet display, but too much trouble, I ability is insufficient, is there any other way?
 

CodePudding user response:

Method has been found: by combining opencv, use QLabel for display
  • Related