wansview ip camera stream capture in JavaFX

asked 2016-02-19 21:08:50 -0600

I'm having trouble getting OpenCV to capture a stream from my Wansview IP Camera. I've tried to use the answer from post http://answers.opencv.org/question/79... . With no luck. I'm using the following line to open the camera:

this.capture.open("http://host:port/videostream.cgi?user=username&pwd=password");

Any tips or suggestions?

edit retag flag offensive close merge delete