Python Forum
Live cameras streaming - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Live cameras streaming (/thread-19644.html)



Live cameras streaming - itskv - Jul-08-2019

I am using PAGE to design GUI for windows. (can't code, only design)
How to show live streams from 2 different IP cameras in 2 different 'FRAMES' on single window.?


RE: Live cameras streaming - nilamo - Jul-08-2019

You probably can't. page (http://page.sourceforge.net) looks like it's just an easy way to build the interface using whatever widgets TK has. And I don't think TK has a media-streaming widget. But you can get it to work if you combine TK's Photo widget, with opencv and pillow, as demonstrated in this tutorial: https://solarianprogrammer.com/2018/04/21/python-opencv-show-video-tkinter-window/