You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: