0
I get an image from an IP camera and display in a Twebbrowser I would like to save that image in a folder. The source code for the generated HTML is this:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<img src="http://192.168.25.3/admin/cgi-bin/get_frame.pl">
</body>
</html>
what happens if you run that way ai do
src
in a common browser?– Junior Moreira
Show me the image I need centered
– Ezequiel Tavares
That is, you do not have access to the image, you have access to the page where it is! By Webbrowser will be complicated!
– Junior Moreira
Yeah... I thought of some routine to capture the IMG tag but if she had an ID would be better.
– Ezequiel Tavares