I am facing a problem with the camera module. The thing is that I have been able to get it up and running in the terminal window. But my basic problem is that I want to include the camera module into the GUI. The camera is being used to just give a feed, it does not have to record or grab images all it has to do is show the live feed on the GUI. I am using Python Programming Language and Tkinter for my GUI.
So i would like to know if anyone can help me out with displaying the "raspivid" camera output in the GUI ???
All help is really appreciated in advance.
Thanks.