RPi_Cam_Web_Interface icon indicating copy to clipboard operation
RPi_Cam_Web_Interface copied to clipboard

Feature request to have a static link to the latest timelapse photo

Open La-te opened this issue 2 years ago • 2 comments

I would like to easily access the latest photo captured by timelapse operation from a static URL like /media/latest.jpg. Would that feature be possible to have built-in? I could of course solve this in many ways just with shell scripting, web server etc. However, I believe some others might benefit from this and I expect it to be rather simple implementation.

I know there is cam_pic.php but it is having the dimensions of the video stream which I'm setting lower than for timelapse photos. I would like to have an easy way to see and automatically fetch the latest timelapse shot as I'm running the timelapse constantly with certain interval.

La-te avatar Apr 27 '22 10:04 La-te

I am looking into providing a php url that will return the latest time lapse.

roberttidey avatar Apr 30 '22 09:04 roberttidey

Using the url /cam_picLatestTL.php will return the jpeg of the latest time lapse images

roberttidey avatar May 01 '22 14:05 roberttidey