CAM2 Database API Client Documentation

Welcome to the CAM2 Database API Client Documentation!

This is documentation for the CAM2 Camera Database API Python Client, which is part of the CAM2 Project.

Note

Obtaining API Access:

To get access to CAM2 Camera Database API, please register in CAM2 Project website and send a request through developers->API access.

Overview

Thousands of network cameras are connected to the Internet and provide real-time visual data (image or video). Even though the data is publicly available to anyone interested seeing, there are several problems that prevents researchers and developers from effeciently query or retrievel camera information and their data.

First, there is no central repository where network cameras must register. Thus, significant efforts must be taken to find various sources of data. Second, different brands of network cameras need different methods to retrieve the data. The cameras may also provide different data formats. Also, Many organizations (such as departments of transportation) aggregate streams of multiple cameras and put these streams on web sites. However, these web sites have different formats and styles, making it hard to locate network camera metadata.

To solve these problems, researchers at Purdue University maintains a network camera database and develops API to retrieve data from heterogeneous sources.

The Python Client of CAM2 Database API allows developers and researchers to access the large collection of public network camera data with ease. CAM2 team could also manage camera data and accesses to the database through this client.

Apart from wrapping all functionalities of CAM2 Camera Database API, the Python Client simplifies data quering process by automatically getting API access token and refreshing token after reaching the 5-minute limit of the token.

External users and researchers will be able to query desired network cameras using filters such as coordinates, timezone, type of camera, etc. We are also building a package to retrieve visual data from camera information in alliance with the the CAM2 Camera Database API Client.

See also

For more information on retrieving images and/or video from network cameras, please see the below section on Use Client with CAM2 Image Archiver, and CAM2 Image Archiver Documentation.

Indices and tables