Documentation
¶
Index ¶
- Variables
- func GetLabelShoulderLabel(camid int, imageTimestamp string, username string) (int, error)
- func GetRoadLabelCountForCamID(camid int) (int, error)
- func SaveOrUpdateRoadLabel(camid int, label int, imageTimestamp string, userName string) error
- func SaveOrUpdateTemp(camid int, temp float64, imageTimestamp string) error
- type Camera
- type RoadLabel
Constants ¶
This section is empty.
Variables ¶
View Source
var DBFILE string
DBFILE Path to sqlite database
Functions ¶
func GetLabelShoulderLabel ¶
GetLabelRoadsoulderLabel get roadshoulder value for a cameraID and Datetime
func GetRoadLabelCountForCamID ¶
GetLabelCountForCamID - Get numberof labels for a camera
func SaveOrUpdateRoadLabel ¶
SaveOrUpdateRoadLabel - Save road-label, update cc label if exists.
Types ¶
type Camera ¶
type Camera struct {
ID int
ForeignID string
Name string
Latitude float64
Longitude float64
Location string
RoadNumber string
Status string
Url string
Municipality string
// contains filtered or unexported fields
}
Camera camera struc
Click to show internal directories.
Click to hide internal directories.