I'm trying to test the Wikitude SDK for iOS with the latest PhoneGap/Cordova version (2.3). I've copied the test samples for image recognition (the wikitude logo, extended), however it doesn't work.
No issue regarding the iOS implementation but on JS side got this :
Unable to start Image Recognition! Do you have a valid license and linked the ARchitect IR Library into your project?
Do you know where it could come from ? The camera view is well displayed, it just block it on loading and didn't recognize the picture...
Thanks for your help ! Alex
A
Andreas Schacherbauer
said
over 10 years ago
Hi Alexandre,
Unable to start Image Recognition! Do you have a valid license and linked the ARchitect IR Library into your projec
As the log says, you probably forgot to link the IR Extension library (libExtensionVuforia.a) with your project.
Best regards
Andreas
A
Alexandre Pereira
said
over 10 years ago
Perfect, exactly what i needed...
k
kaiven durant
said
over 10 years ago
Thanks for your sharing .I happen to know .NET image sdk.This .NET Imaging SDK provides flexible document and image handling capabilities, allowing developers to view, manipulate, convert, annotate, clean-up, save and print documents in an easy way. worth a try.
Alexandre Pereira