imshow as a stream of PNG images [closed]

asked 2019-05-18 12:54:27 -0600

Saul R gravatar image

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!

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by LBerger
close date 2019-05-18 13:25:55.644311