openalpr-android icon indicating copy to clipboard operation
openalpr-android copied to clipboard

Which version of OpenALPR was 'libopenalpr-native.so' build upon ?

Open ArthurAttout opened this issue 6 years ago • 1 comments

readelf -Ws libopenalpr-native.so shows


 51: 0005a625    12 FUNC    GLOBAL DEFAULT    7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryRegionNConfig
    52: 0005a631    56 FUNC    GLOBAL DEFAULT    7 Java_org_openalpr_AlprJNIWrapper_recognizeWithCountryNRegion
    53: 0005a669    96 FUNC    GLOBAL DEFAULT    7 Java_org_openalpr_AlprJNIWrapper_recognize

However, those functions do not appear when building OpenALPR into a shared object. Also, the name of the library is rather libopenalprjni.so or libopenalpr.so but never libopenalpr-native.so.

Is that some kind of custom build ?

ArthurAttout avatar Sep 26 '19 08:09 ArthurAttout

@ArthurAttout It seems that this is the build used.

orielg avatar Sep 26 '19 15:09 orielg