I downloaded Ip webcam app to stream a video directly to openCv in java,I tried to connect it using this.videoCapture.open("http://192.168.43.1:8080/video"); As recommended in the image below
But I'm getting nothing yet it works with this.videoCapture.open(0); using my webcam .I also tried every thing on this link changing the url to http://192.168.43.1:8080/video.mjpg and http://192.168.43.1:8080/video.mjpeg but no positive results.
