I have an IP camera that I would like to use to display a static image on a web page. However, I don't want the IP address visible in the source.

The IP camera has a web server and will output a single image and can be accessed by typing the URL http://xxx.xx.xx.xx/img.jpg

Would I use the Response Object to do this?

Thanks in advance