How to get MJPG stream video from android IPWebcam using opencv
问题 I am using the IP Webcam program on android and receiving it on my PC by WiFi. What I want is to use opencv in Visual Studio, C++, to get that video stream, there is an option to get MJPG stream by the following URL: http://MyIP:port/videofeed How to get it using opencv? 回答1: Old question, but I hope this can help someone (same as my answer here) OpenCV expects a filename extension for its VideoCapture argument, even though one isn't always necessary (like in your case). You can "trick" it by