I have a sequence of IplImage objects coming from a webcam, apply some processing, and I would like this video to be shown on a webpage. What is the best way to do this?
I have a sequence of IplImage objects coming from a webcam, apply some processing,
Share
rossb As far as I know opencv has no support for streaming of opencv videos though there has been attempts to stream video over TCP using Sockets but that would not be the best way to implement for a webapp