-
openalpr camel component version 0.1.5-SNAPSHOT uses rhiot/openalpr:0.1.4-SNAPSHOT image.
it should use the same version of docker image, or a released version
-
I'm just curious: Is the open source https://github.com/openalpr/openalpr really stuck on version 2.3.0 while the commercial version is at [2.7.102](http://doc.openalpr.com/release_notes.html)?
tarnh updated
4 years ago
-
Error occurs when running "npm install node-openalpr" from command line. I also tried loading module from within MS VS 2015 and get same error. I am relatively new to Node and NPM, but I have verifi…
-
/Users/marco/openalpr/src/openalpr/config.cpp:172:56: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
if (runtimeBaseDir.find("${CMAKE_INSTALL_PREFIX}") >=…
-
Hi All,
I met below compile error (ccmain\equationdetect.cpp(251)):
1>Done Building Project "D:\tmp\openalpr\windows\tesseract-ocr\src\vs2010\libtesseract\libtesseract.vcxproj" (Rebuild target(s)…
-
**EDIT: Ryan is working on S3 uploads for videos: https://reportedcab.slack.com/archives/C85007FUY/p1535835121000100**
There's a couple of things at play here:
* base64 conversion might take a b…
-
` readelf -Ws libopenalpr-native.so` shows
```
51: 0005a625 12 FUNC GLOBAL DEFAULT 7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryRegionNConfig
52: 0005a631 56 FUNC GL…
-
Hi,
I'm working a project with openalpr and a raspberry pi 3 with node.js.
I'm trying to recognize a license plate from an image using node-openalpr module and find the next results:
when i ran the…
-
Hi, the installation ran correctly. But when I try to run your example i get this error:
`node: symbol lookup error: /home/parallels/NodeProjects/vipass_cam/node_modules/node-openalpr/release/linux_x…
-
I intend to use this library to indentify plates outside US. I saw that you are passing always the same country ID in [node_openalpr.cc#L36](https://github.com/netPark/node-openalpr/blob/master/src/no…