Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

imshow as a stream of PNG images

I have C++ cmd shell application where PNG images are being received on a TCP/IP connection. Can imshow() be used to display them? how do I deal with waitKey(x)?

Right now, I create the named window on main() and am trying to feed it, with imshow, also from main(). I get one image displayed.

The receive pkts is one a different thread.

Thanks!