I have a camera that takes one after the other (about 10 shots per second) and sends them to a PC. I need to show this incoming sequence of images as live video on a PC.
Is it enough to just use some Python GUI infrastructure, create a control that will contain a single image and just change the image in the control very quickly?
Or will it just be lame? Should I use some kind of streaming video library? If so, what do you recommend?
source
share