Hi,
I have a webcam running that serves the image from a port of my choosing. It can serve either the raw image or the image with http headers to browsers. I hate the idea of software wasting my space by saving files every x seconds, so I want to make a script that grabs the image and saves it as a file. Then, I would have only the images people requested that I could build a galler from, etc.
I am not new to PHP, but I am totally new to the whole GD thing, and I'm not sure how this could be done. So far I have dealt with the image as a string and it comes out garbled, and used the GD functions to not avail. Could osmeone give me an example of a script that would pull an image from a remote IP and port and save it as a file?
Your help is greatly appreciated.