Ask Your Question

n4zg's profile - activity

2018-06-02 16:14:23 -0600 received badge  Notable Question (source)
2016-04-20 05:36:11 -0600 received badge  Popular Question (source)
2014-03-24 16:48:33 -0600 commented question http live stream to OpenCV

Hi i have tried working with ip cam too where im also having problems im using the following VideoCapture capture =new VideoCapture("http://192.168.1.101:8080/videostream.cgi?user=admin&pwd=MYPASS&resolution=32"); the http address works in VLC but not when i use it for OpenCV im using Java for this..

Berek do you know of any tutorials i can follow to create a stream from android to http page .. the one im using is may not be right as you mentioned..Btw im new to opencv..

thanks

2014-03-23 16:06:13 -0600 asked a question http live stream to OpenCV

Hi im trying to get a video feed from a http page to OpenCV in Java i've tried the following

VideoCapture capture =new VideoCapture("http://192.168.1.100:8080/");

this is the feed string from the server side

 $("#live_image").attr("src", basicURL + "stream/live.jpg?id=" + picCount);

I've tried alot of combinations but have had no luck..

Any help would be gratefully appreciated

Thanks