I have a webcam page that just shows a captured JPG that is updated every 10 seconds. Currently I am having the whole page refresh every 10 seconds, but that uses more bandwidth and jumps the viewer ...
I'm emitting a dynamically generated page in PHP that has an img tag pointing to a static image file on the server that normally doesn't change. Every so often, the PHP script modifies the image file ...