This is a web front end for OpenALPR project. OpenALPR process video streaming looking for plates, once detected, it sends the plate information to this web app to be stored and shown in real time. This is useful for tolls, patrols and security cameras.
- Download web2py web framework
- Clone this app under applications folder
- Setup IP Cameras in the /etc/alprd.conf and run your OpenALPR process and point the daemon to https://your_web_server_ip/alpr_app/default/call/json/message.
- From web server command line run: python web2py/gluon/contrib/websocket_messaging.py -k your_websocket_key -p 8888
- Multiple clients can now connect and receive real time alerts from web browser.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This is a really work in process, it works but there's a LOT yet to do.
Author: Luciano Laporta Podazza