PHP code for dealing with camera pictures on Website

corsita

n3wb
Joined
May 11, 2022
Messages
2
Reaction score
0
Location
Koh Mak - Koh Kood - Trat - Thailand
Hello,

I am looking to include camera pics on a website. It is OK that the solution costs money. Does not need to be freeware

So I would need some code (PHP?) that deals with the pics. Pics are delivered every 5 minutes by the camera with a filename like: 192.168.1.246_01_20220512092326415_TIMING.jpg

I would like to:
  • Alwas have the newest pic under the same name (so the software needs to copy the current 192.168.1.246_01_20220512092326415_TIMING.jpg into current.jpg)
  • Have a feature to look at the pics of the last 24 hours (so the software should display the last 120 pictures like an animated GIF)
  • Store a picture of 8:00, 14:00 and 18:00 with a specific name (date related)
  • Delete all unused pictures (older than 24 hours other than those specifically stored at 8:00, 14:00 and 18:00 of every day)
  • Have a feature so the visitor can look at all the pictures of a specific time (8:00, 14:00 or 18:00) up to one year back (like an animated GIF)
  • Allow to switch between different cameras (pics would just be stored in camera specific subdirectories)
Solution could be PHP buit also integrated in Wordpress

Anyone can help?

Norbert
 
Top