cvcam = cvCreateFileCapture("http://10.17.32.141.jpg");
cvNamedWindow("Video",1);
do{
image = cvQueryFrame(cvcam);
cvShowImage("Video",image);
Hello..I try to get the images from ip camera and try to store it. I'm using the command above but it didn't work. somebody help me:)