Save Image WebBrowser Delphi

0

I get a picture of an IP camera and display it in a TWebBrowser I would like to save that image to a folder. The generated HTML source code 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>
    
asked by anonymous 20.10.2017 / 03:28

0 answers