I attempted to connect using the IP webcam app that I had downloaded in order to transmit video directly to openCv in Java. As shown in the example below, videoCapture.open("http://192.168.43.1:8080/video");
However, I'm not yet obtaining anything while using this. using my webcam, videoCapture.open(0) Changing the address to http://192.168.43.1:8080/video.mjpg and http://192.168.43.1:8080/video.mjpeg was another thing I tried, but it had no effect.