Dvr Summary

1
DVR Summary – July 2015 (Javascript/PHP/HTML/CSS) The client this site was developed for had a DVR system which saved snapshots to an FTP server. When the data needed to be viewed, it was difficult to organize the snapshots for the relevant time period. This site was developed to pull all images that were on the FTP server, and to organize them into a single view from multiple cameras. Arguments for the date to use, and which cameras to use were required. After the desired date and which cameras to use were specified in the URL, this page was generated. It grouped all snapshots together into “events.” An “Event” was created by combining all snapshots from all cameras that happened within 5 minutes of the last snapshot. If more than 5 minutes passed, a new “event” was created. The page could be scrolled, or the links in the Table of Contents section could be clicked to navigate straight to a desired event.

Transcript of Dvr Summary

Page 1: Dvr Summary

DVR Summary – July 2015 (Javascript/PHP/HTML/CSS) The client this site was developed for had a DVR system which saved snapshots to an FTP server. When the data

needed to be viewed, it was difficult to organize the snapshots for the relevant time period. This site was

developed to pull all images that were on the FTP server, and to organize them into a single view from multiple

cameras. Arguments for the date to use, and which cameras to use were required.

After the desired date and which cameras to use were specified in the URL, this page was generated. It grouped all snapshots

together into “events.” An “Event” was created by combining all snapshots from all cameras that happened within 5 minutes of

the last snapshot. If more than 5 minutes passed, a new “event” was created. The page could be scrolled, or the links in the

Table of Contents section could be clicked to navigate straight to a desired event.