Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

PurdueCAM2Project/CAM2RetrieveData

Repository files navigation

This repository is obsolete. DO NOT USE IT.

NetworkCameras

This repository contains the code and data for retrieving data (image and video) from network cameras. It has three parts:

  • Discovery: discover network cameras. Many network cameras are shown on consolidated web sites (for example, in the web sites of departments of transportation. The programs in this repository analyze the sites to identify network cameras. The programs here also discover the metadata of the cameras (for example, locations and orientations)
  • Retrieval: retrieve data from the cameras. After finding the cameras, the data need to be retrieved for further analysis. The programs here are responsible retrieving the data.
  • ScriptArchives: contains parsing scripts that work and have been added to the database
  • WikiImages: some intructional images that can help future students get fimiliar with this project.

This was originally in the CAM2 repository