Skip to content

Instantly share code, notes, and snippets.

View odunboye's full-sized avatar

Odun Adeboye odunboye

View GitHub Profile
@odunboye
odunboye / gist:8129bf02f7e70f78df954ceb2584c301
Created July 26, 2016 22:04 — forked from amstanley/gist:e6441986b672a4efd2cc
how to install camera support for OpenALPR on a raspberry pi
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.
@odunboye
odunboye / gist:41ad0a9e284a937930d8c1fbb816445f
Created July 26, 2016 00:48 — forked from amstanley/gist:9da7febc9a3e3c2228ee
How to install openALPR on a Raspberry Pi a/o 20160214
#!/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...