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!