RE Streaming to webserver Visual Studio 2017
It is safe to say I have read nearly every post on Google about streaming the frames captured via OpenCV over the last few years :) I have only ever got a couple of things to work and they are terrible.
I am working now on a C++ project in Visual Studio 2017, I usually work in Python) I have a time restriction so I have to ask for some help on this, as have not been able to get a single example working over the last few weeks now.
What I need to achieve is simple or should be, the frames are captured and processed, and then streamed to a local server that can be connected to via a browser.
I have tried creating mjpg to then try and use something like mjpeg_streamer, but videowriter works with none of the available codecs I have, I installed FFDShow but none of the codecs installed with that program show up in openCV when using -1 in the codec section, I cannot even write avi files, this is not an issue on this one laptop, I have never been able to on all the devices in my office. I have looked literally everywhere for a solution for a stream, please could someone put me out of my misery please :)
There must be a working example somewhere that shows how to stream the feed on a local server with C++. Any suggestions please.