VuforiaSampleSwift icon indicating copy to clipboard operation
VuforiaSampleSwift copied to clipboard

How to use for image cloud recognition

Open thopatomphong opened this issue 8 years ago • 13 comments

Hi

I need to detect image target on cloud. Please guide me about it.

Thank You

thopatomphong avatar Sep 19 '16 10:09 thopatomphong

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

yshrkt avatar Sep 20 '16 04:09 yshrkt

Can we just implement their code into your VuforiaManager.mm class? How would I call it / use it from viewController?

byroncoetsee avatar Oct 05 '16 10:10 byroncoetsee

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 avatar Oct 18 '16 07:10 byroncoetsee

@byroncoetsee Had you been able to use cloud recognition? Please give me pull request if you can.

yshrkt avatar Oct 18 '16 08:10 yshrkt

Hi did you have any luck regarding this issue ?

aliaziada avatar Nov 03 '16 09:11 aliaziada

@byroncoetsee's pull request #17

yshrkt avatar Nov 17 '16 03:11 yshrkt

@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 avatar Feb 14 '18 13:02 dexterslabor

@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 avatar Feb 15 '18 06:02 yshrkt

@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!

fatdoyy avatar Mar 12 '18 07:03 fatdoyy

@kikikiktai Hi, Did you fine the way to use cloud reco in swift? I have trouble making it too. Thanks

FritzHsiao avatar Mar 25 '19 07:03 FritzHsiao

@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!

fatdoyy avatar Mar 25 '19 07:03 fatdoyy

@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?

FritzHsiao avatar Mar 25 '19 08:03 FritzHsiao

@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.

DixPatel009 avatar Oct 23 '19 12:10 DixPatel009