First time here? Check out the FAQ!
answered 2013-11-16 06:48:46 -0600
You can use OpenCV videoCapture to open network stream as you open your web-cam. You should use something like
IpCam.open("http://192.168.1.30:8080/?dummy=param.mjpg");
Hope these helpful...