Ask Your Question

SirBlackser's profile - activity

2015-04-22 19:33:50 -0600 received badge  Student (source)
2015-03-24 02:03:44 -0600 received badge  Enthusiast
2015-03-17 10:54:56 -0600 asked a question Android lollipop

For my bachelor thesis, I have to make an android application that uses opencv for licence plate recognition. I recently updated my phone to android lollipop (I have a HTC one M7), but after that my application stopped working. I have been able to pinpoint the piece of code that causes the error. My onResume() function, the line: "OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_9, this, mLoaderCallback);" causes the application to crash. I do not know how to fix this. Changing the version to 2_4_10 doesn't help. Any advice?