Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
252 views

Fail to compile library - openalpr

I'm trying to install openalpr on MacOSX El Capitan 10.11.6 and when I tried to run 'make' command, it goes smoothly until it reaches 55% which it generates following errors. Here are the steps that I ...
jimmy lim's user avatar
0 votes
1 answer
506 views

How can I initialize `libdc1394` on Docker

I'm having an error with Docker libdc1394 error: Failed to initialize libdc1394. I'm following the tutorial to run openalpr on Docker (bottom of the page). tmp $curl -O http://plates.openalpr.com/...
Papouche Guinslyzinho's user avatar
2 votes
1 answer
1k views

How to bind openalpr with python on a mac?

I recently installed openalpr on my mac using brew install openalpr with success. I would like to use the openalpr library with python 2.7 but I am having difficulty binding the two and could use some ...
panthor314's user avatar
2 votes
1 answer
365 views

OSX compiling openalpr errors on make

Trying to compile openalpr for OSX, get errors: [ 62%] Building CXX object misc_utilities/CMakeFiles/openalpr-utils-classifychars.dir/classifychars.cpp.o /Users/dd/Documents/opencv/openalpr/src/...
ddintzner's user avatar
  • 245