Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Database of surveillance camera locations

To get more into django programming I'm planning to create a google maps mashup, which finds routes from A to B, but avoids streets/junctions that cross public surveillance cameras' perspectives. Therfore I will create a database (probably Postgres based, because of its GIS capabilities) containing

  • surveillance type (surveillance camera, speed camera, road charge camera, etc.)
  • geo position
  • timeout (used mainly for speed cameras)

This data will then, of course, be editable freely by the users. To start, however, I will need some data to get running. Is there any such publicly available data base containing (possibly approximate) geo position of surveillance cameras?

like image 417
wr. Avatar asked May 07 '09 12:05

wr.


People also ask

Where is surveillance footage stored?

For full video surveillance systems, recorded footage is stored on an external recorder. In IP systems, these are called NVRs, or network video recorders. In analog systems, they're called DVRs, or digital video recorders.

How long do security cameras store data?

In general, most security camera footage is kept for 30 to 90 days (1 to 3 months the most).

Can CCTV record public places?

If your CCTV captures images beyond your property boundary, such as your neighbours' property or public streets and footpaths, then your use of the system is subject to the data protection laws. This does not mean you are breaking the law. But it does mean that, as the CCTV user, you are a data controller.


2 Answers

In openstreetmap are surveillance cameras mapped by the users of the openstreetmap community. This maps are not exhaustive but will cover cameras that are not in other databases. I don't know how good the API is to get the position etc. of this cameras.

like image 62
Janusz Avatar answered Oct 06 '22 01:10

Janusz


The UK has a speed camera database:

http://www.speedcamerasuk.com/locationsdatabase.htm

and each council provides locations of CCTV cameras, a Google search should bring them up:

http://www.google.co.uk/search?hl=en&q=cctv+camera+location&btnG=Search&meta=cr%3DcountryUK|countryGB

though they are usually listed by their street name and not a proper geolocation

like image 21
Speedy Avatar answered Oct 06 '22 00:10

Speedy