Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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...