twelve17 / openalpr-ios

Xcode Framework for the openalpr library
GNU General Public License v3.0
116 stars 35 forks source link

OpenCV crash #24

Open Skelzor opened 8 years ago

Skelzor commented 8 years ago

Hiho,

I have a very strange problem with die Scaner. Since I included the Wikitude-SDK (which also implements a version of the OpenCV-SDK) I get an error using the openALPR-SDK:

OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /Volumes/Linux/builds/precommit_ios/opencv/modules/imgproc/src/color.cpp, line 7564 libc++abi.dylib: terminating with uncaught exception of type cv::Exception

For me it looks like openALPR uses the wrong OpenCV-Framework - has anyone a similar problem or a hint how I could fix it?

Thank you for every advice.

Skelzor commented 8 years ago

Their was a problem with the Framework Search Paths - I try some things and in the end - it works.

Skelzor commented 8 years ago

While testing we figured out, that the problem isn't solved. The other SDK crashs, now. I build the Sample App an when I put the WikitudeSDK in it, the app crashes immediately.