Hello, i ported image processing java code from a java server side to an android project, i also added an opencv android lib to the project. The android project compiles and starts, but the app dies accidentally (during image processing) without any exception thrown. I can provide the logcat output and code. Before the image recognition worked on the server side. If i switch the android app code to use the server api image processing then the app doesn't die. I use opencv4android v3.1.0 in the android app, but on the server side opencv v2.9.4-7 is used. So my question is: how can i figure out if the app dies because of some possible native exception in the opencv lib?
↧