Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use for image cloud recognition #12

Open
thopatomphong opened this issue Sep 19, 2016 · 13 comments
Open

How to use for image cloud recognition #12

thopatomphong opened this issue Sep 19, 2016 · 13 comments

Comments

@thopatomphong
Copy link

Hi

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

Thank You

@thopatomphong thopatomphong changed the title Can I use for image cloud recognition How to use for image cloud recognition Sep 20, 2016
@yshrkt
Copy link
Owner

yshrkt commented Sep 20, 2016

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

@byroncoetsee
Copy link

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

@byroncoetsee
Copy link

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 :)

@yshrkt
Copy link
Owner

yshrkt commented Oct 18, 2016

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

@aliaziada
Copy link

Hi
did you have any luck regarding this issue ?

@yshrkt
Copy link
Owner

yshrkt commented Nov 17, 2016

@byroncoetsee's pull request #17

@dexterslabor
Copy link

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

@yshrkt
Copy link
Owner

yshrkt commented Feb 15, 2018

@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

@fatdoyy
Copy link

fatdoyy commented Mar 12, 2018

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

@FritzHsiao
Copy link

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

@fatdoyy
Copy link

fatdoyy commented Mar 25, 2019

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

@FritzHsiao
Copy link

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

@DixPatel009
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants