Passchecker is an application that will scan license plates and display if the license plate belongs to a parking pass holder.
It will stream usb cameras attached using libuvc and sends the data over HTTP Post request to PassCheckerServer
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter (ruby lint.rb').
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request