Home > Mobile >  How to display in qt interface yolov3 camera real-time detection results
How to display in qt interface yolov3 camera real-time detection results

Time:09-30

Qt invokes the yolo video detection command will pop up the original window, could you tell me how to put it on the qt interface UI controls?

CodePudding user response:

Used yolo, but you can refer to the external Windows embedded Qt example, through the window handle to create QWindow, put them in QWidget
  •  Tags:  
  • Qt
  • Related