Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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