- Sort Posts
- 8 replies
- Last post
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hello @LBMamoon,
Saw a cross-post from you about using Cloud Reco with Engine SDK 9.2.7. Note your issue is likely related to use of incorrect documentation.
With the release of Engine 10.X SDK, we have completely reworked our APIs. Thus, your issue looks related to you referencing 10.X documentation for the 9.X APIs.
Here is the analogue Cloud Reco article for 9.X SDK: https://library.vuforia.com/articles/Solution/How-To-Implement-Cloud-Reco.html
Kind regards,
Dave Downing
Vuforia Engine Technical Support
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hello vuForia support,
Your documentation is not giving enough information that how we can implement cloud recognition using your native implementation using the doc link: (https://library.vuforia.com/cloud-recognition/working-cloud-recognition).
in your documentation, after calling this function in create observer method in App controller class, i get error that this function does not exists.
Function:
// Register Cloud Image Target-specific event handlers
// NOTE: We pass in a pointer to our CloudImageTargetFeature instance as user data
vuCloudImageTargetObserverRegisterHandlers(observer, &recoEventHandler, &queryErrorHandler, this);
Please Provide this information in right direction so that we can use vuFORIA only in cloud recognition. i will be much thankful.
Thanks.
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hello vuforia support team.
Your documentation about cloud image recognition in native ios does not provide enough information to implement it in iOS Native app.
we need a sample cloud based image recognition instead of locally image recognition.
if any one implemented this please guide me too to resolve this huge problem i will be much thankful.
thanks
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hi,
We provide samples for PHP, Python and Java under https://developer.vuforia.com/downloads/samples right at the end of the page.
In regards to the second issue, I've tested the behaviour with Core sample app, Cloud Reco scene and was *not* able to reproduce it. I basically added the sceneorentation script to the AR Camera from the Cloud Reco scene, changed it to Portrait and build it.
Unity: 2019.4.1
Vuforia: 9.3.3
Device: iPhone 11
Thank you.
Vuforia Engine Support
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hey mcotora,
Thanks for reply. I checked the above links but they are not in detailed. I can't understand how to and where call the functions. Can you please give me some detailed documentation or sample? One more thing I'm facing is camera is not working properly in portrait mode, when I changed device orientation from landscape to portrait, camera bounds scales up respect to screen size and camera view gets mirror. I checked this in latest sample and the problem is present in sample too. I upload screenshots for better understanding.
Thanks
Have a nice day
Attachment | Size |
---|---|
![]() | 4.61 MB |
![]() | 4.61 MB |
How to implement cloud reco in native iOS application using vuforia iOS sdk 9-2-7
Hi,
Please check out our guide: https://library.vuforia.com/content/vuforia-library/en/articles/Solution/How-To-Implement-Cloud-Reco.html which goes through how to implement it in Unity or Native SDK.
Please note that we also have different cloud samples on how to work with our Vuforia Web Services( at the end of the page). https://developer.vuforia.com/downloads/samples
Thank you.
Vuforia Engine Support
Hello @LBMamoon,
We were able to dig up our native iOS Cloud Reco sample code, based upon 9.X Vuforia Engine APIs, which can be downloaded here:
https://we.tl/t-Hws0f3qDW0
Hope this helps.
Kind regards,
Dave Downing
Vuforia Engine Technical Support