This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a scratchpad for now. | |
please do not use it for anything... | |
Status a/o 2016 01 14: alprd will not connect to the mjpeg stream as configured using this tutorial. not sure why. | |
according to this: https://groups.google.com/forum/#!topic/openalpr/oGgXBGCRYws you need to compile opencv with support | |
for libavcodec-dev, libavformat-dev, and libswscale-dev . previous tutorial does not include this and may break when | |
these are included. going back to test. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# STATUS A/O 2016 02 14: tested, works | |
# based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ , | |
# http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages. | |
# there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced. | |
#This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that) | |
# discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them | |
# thanks to Timis for tips and hints... |