anandpawara / Real_Time_Image_Animation

The Project is real time application in opencv using first order model
GNU General Public License v3.0
3.23k stars 521 forks source link

Consider PySimpleGUI? #14

Open PySimpleGUI opened 4 years ago

PySimpleGUI commented 4 years ago

Hiya

I saw you have tkinter as a to-do.

I am planning on using PySimpleGUI to add a front-end to your work.

I've done a YOLO demo, a colorizer and REALLY want to add your stuff. There are a number of OpenCV demos posted in the Demos section that shows how to integrate PySimpleGUI with OpenCV.

It's really easy to add OpenCV to a GUI using PySimpleGUI. Adding a camera is shown in both projects above and there's a 4-line version the demos too. It reads and displays the camera. My hope is that I can simply hook into your software and take the opencv output and route it to one of my windows and that's all that's required.

I've wanted to do something exactly like you've done for a long long time. Thank you for publishing it.