QuickBirdEng / opencv-android

Easy way to integrate OpenCv into your Android project via Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detectEdges function from StructuredEdgeDetection class (contrib module) cause crash in app

satheesh-agnext opened this issue · comments

I'm using the Gradle dependency "implementation 'com.quickbirdstudios:opencv:4.3.0-contrib'" to use the StructuredEdgeDetection in the android app which is from contrib module. It was working perfectly when I'm using " implementation 'com.quickbirdstudios:opencv:3.4.4-contrib'". But I need to use opencv 4.3.0. Please help
Crash log : A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x71ea04cffc in tid 15939 (Thread-3), pid 15816

commented

Thank you for reaching out. Can you please share the crash log?

Only log I'm getting is Crash log : A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x71ea04cffc in tid 15939 (Thread-3), pid 15816.
After that app process is killed and not getting any other info. Are the .so files are proper with contrib module ?

commented

@satheesh-agnext Yes the source files should be fine. We will be releasing a new version of opencv (4.5.2) until end of the next week. I would recommend you try with that and if the crash exists, then we can see what can be done.

commented

We have just released 4.5.3 via MavenCentral. Please go through the README file on how to integrate it. In case the issue still persists, please let us know.

commented

@satheesh-agnext Can you please check using 4.5.3 and let us know if it works. We will be release 4.5.2 and 4.5.1 soon as well if you want to use any of those

commented

4.5.2 is also released. I will now close this issue. In case you need any further help, please open a new issue