Save image Webbrowser Delphi

Asked

Viewed 417 times

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?

  • Show me the image I need centered

  • That is, you do not have access to the image, you have access to the page where it is! By Webbrowser will be complicated!

  • Yeah... I thought of some routine to capture the IMG tag but if she had an ID would be better.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.