There was an error while loading. Please reload this page.
id (NOT_NULL) – id from old database CharField(30)
Postgis GEOGRAPHY:
source (NOT_NULL) CharField(30)
is_video (NOT_NULL) – True if camera is a video stream NullBooleanField
source_url – URL of source (Not for image data!) CharField(100)
date_added (Automatically added) DateTimeField
last_updated – Last known time a snapshot was downloaded DateTimeField
description – Description of the camera CharField(100)
framerate – Frame rate of the camera in min. if known FloatField
outdoors – TRUE if camera is outdoors NullBooleanField
indoors – TRUE if the camera is indoors NullBooleanField
traffic – TRUE if the camera is a traffic camera NullBooleanField
inactive – TRUE if data cannot be accessed from the camera NullBooleanField
resolution_w – Resolution width determined automatically PositiveIntegerField(8)
resolution_h - Resolution height determined automatically PositiveIntegerField(8)
Non_ip Attributes:
IP Attributes:
Every camera has one retrieval Model but each retrieval model can be different model: Generic Relation
Database User Model Attributes:
Managed by frontend: