MJPEG stream fails to open in OpenCV 2.4
问题 I am having an issue getting OpenCV 2.4 to capture from an MJPEG stream from a Raspberry Pi, I have checked the stream URL in a browser and it seems to be working fine, however when I try to open it in OpenCV it seems to hang when I attempt to open it (I get neither the error or success messages on the terminal). cv::VideoCapture vcap; cv::Mat raw_image; const string videoStreamAddress = "http://192.168.0.28:8080/?action=stream"; if(!vcap.open(videoStreamAddress)) { cout<<"Error opening video