Git Product home page Git Product logo

sensysspeedcamera's Introduction

sensysSpeed

A package for managaing sensys speed cameras.

Authors

  • Taher Abbasi

Dependencies

Python 3.6 or later with all requirements.txt. To install run:

$ pip install -r requirements.txt

What is Sensys speed camera

Sensys speed camera is a speed violation detection camera. It detects speed violations by using a radar and a camera. The radar detects the violator and then triggers the camera to capture. then the violation info are inserted in an xml file. afterwards, the xml file and the captured image will be zipped and will be FTPed to an ftp serevr.

##In this project We process the xml file and based on the xml file information we do some processing and sends them to a traffic control center. The processing include: 1- Since the radar give the violator information in the real world(in meters), We Transform the real world coordination to image coordination. Then we know where is the violator in the image. In order ro do that, firstly, for every camera a homography matrix have to be calculated. 2- Since sensys camera doesn't read plate number, we developed an alpr engine and dockerized it. (it is no included in this project yet.) 3- Add footer or header to the image.

How to use

1- Installing Python, XAMPP, and other requirement. 2- set the configs in /resource/config.ini 3- set the camera information in an excel file in resources in an excel file. A sample file named cameraInfo.xlsx in in resources. 4- in the root directory:

$ python start.py

sensysspeedcamera's People

Contributors

abbasitaher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.