VuforiaSampleSwift
VuforiaSampleSwift copied to clipboard
How to use for image cloud recognition
Hi
I need to detect image target on cloud. Please guide me about it.
Thank You
Hi,
This sample can not use cloud recognition now. You need change VuforiaManager for cloud recognition. You can reference the vuforia portal.
https://library.vuforia.com/articles/Solution/How-To-Implement-Cloud-Recognition-using-the-Native-SDKs
Can we just implement their code into your VuforiaManager.mm class? How would I call it / use it from viewController?
Hi there,
I have found a way to use your code plus some of my own to get metadata from cloud recognition. If you would like to add my code to your repo, let me know :)
@byroncoetsee Had you been able to use cloud recognition? Please give me pull request if you can.
Hi did you have any luck regarding this issue ?
@byroncoetsee's pull request #17
@yshrkt, unfortunately, your link from above is not working: https://library.vuforia.com/articles/Solution/How-To-Implement-Cloud-Recognition-using-the-Native-SDKs
What is required to get cloud recognition working on Swift? I am very bad with Obj-C
Thank you for your work yshrkt! It helped me so much to get started with AR.
@dexterslabor
Hi, You need to handle TargetFinder and TargetSearchResult for working with cloud recognition. PR #17 seem to include a lot of unnecessary changes, so I can't approve it...
New link is below. https://library.vuforia.com/articles/Solution/How-To-Implement-Cloud-Reco.html
@yshrkt
Is there any chance you can provide a little hint to guide me how to do it? Which part of the file I will need to modify? Have been stuck for a whole day.. thank you very much!
@kikikiktai Hi, Did you fine the way to use cloud reco in swift? I have trouble making it too. Thanks
@FritzHsiao At the end I used Obj-c++ to complete the cloud reco part, and I'm mostly referencing the Vuforia Examples. I suggest you to check out and try to study the example first, good luck!
@kikikiktai Thanks for the hint. I use Vuforia Examples for my older projects written in Obj-c, just drag in to my project. Is it the same way in swift project with bridge header?
@yshrkt @byroncoetsee @aliaziada @dexterslabor anyone can found tutorial , sample code or any solution for cloud recognition implementation in swift? I have trouble making it too.