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 r
I got the solution by downloading Droid Cam for Pc and android instead of Ip Webcam.This helped me access my android phone camera easily instead of using url.I Opened the application and used
this.videoCapture.open(1);
Since it is recognized as webcam at index 1 in my case.