Questions tagged [vuforia-cloud-recognition]

33 questions
11
votes
0 answers

Getting an Unauthorized error(401) from vuforia server

I am trying to implement vuforia api in C# code. I am getting an error from the server. C# Code: ASCIIEncoding Encoding = new ASCIIEncoding(); MD5 md5 = MD5.Create(); string requestPath = "/targets"; string serviceURI = "https://vws.vuforia.com"+…
chozha rajan
  • 355
  • 4
  • 14
3
votes
1 answer

The type or namespace name 'ICloudRecoEventHandler' could not be found

EDITED I changed my Unity version to 2018.3.8f1 and Vuforia version to 8.0.10 and it worked. But anyone knows how to work in the newest version? I am following this tutorial to implement Cloud Reco in Unity. Error in my SimpleCloudHandler.cs…
Vanessa Leung
  • 770
  • 1
  • 10
  • 22
2
votes
1 answer

Does vuforia supports dynamic models. Add, Remove, Change models to be tracked during runtime

I don't have much knowledge about the Vuforia AR I have made one sample AR app using Vuforia with Unity that uses ImageTargets. In that I have attached some Images in the Vuforia developer portal and downloaded that database file into my project…
1
vote
1 answer

Unity Vuforia asking for a useless permission access

I am currently making an Android application with Unity 2017.3.0f3 and Vuforia 7.0.36. At startup, the application asks for camera permission (that's ok and logic) "Pictures, file and media on this device" (I don't understand this one !) After…
John Doe
  • 418
  • 6
  • 18
1
vote
0 answers

Can Update Vuforia database data throgh AR app?

I hope to create AR app to simulation graphs as marker-based way.I plan to do, show a graph model on marker and I need to change that simulation with user input parameters.so I needed to update Vuforia database.I need to update vuforia database…
1
vote
2 answers

Vuforia Development agreement issue in Unity

I am using Vuforia Cloud Recognition in my project using Unity 2017.3.f1 version and Vuforia version 7.2. I had this project working fine few days ago but now it started giving Vuforia Developer agreement error. The Vuforia Developer Agreement…
Vivek Mishra
  • 5,669
  • 9
  • 46
  • 84
1
vote
1 answer

Will same Image Targets with different metadata works in cloud recognition (Vuforia)?

I'm using unity with Vuforia integration, In my use case we have same image target with different metadata. So I'm getting only one metadata of an image target. Can anyone tell if it is possible to target same image with different metadata with…
Harish
  • 537
  • 1
  • 4
  • 9
1
vote
0 answers

How to overlay object on Cloud Recognized Image Target in Vuforia?

I started developing an android AR app using Vuforia library a few days ago. I am able to overlay my custom image over pre-defined stones-and-chips target in the vuforia sample app provided. In Cloud Reco sample, it recognizes the target image and i…
0
votes
0 answers

Recording Play Mode not displaying the Navigation Line towards the destination

I am trying to make an AR Navigation (Indoor and Outdoor) I made a sample application on unity with the help of Vuforia Samples Scenes Package (using a single small Area Target) When the play mode is set to Simulator and I move the AR Camera with my…
0
votes
0 answers

Is it possible to Use Vuforia Simulator with Color?

I'm developing an app using Model Target. I don't have access to the model to test on it. The people with access to the model were enable to send me a recording that fits Vuforia's criteria. I'm trying to now use Vuforia Simulator mode but when I…
0
votes
0 answers

Physical object(Half white sphere of L40cm W40 and H20cm) not augmented as expected while using vuforia model target

I made a model target(advanced) of a half sphere for one of my projects where I use a half sphere with some hexagonal holes (5). I used the model target generated using the advanced database and added labels to these 5 spots in Unity. However, when…
0
votes
0 answers

A valid license configuration is required error in Vuforia

I am building an AR application using Unity and Vuforia. I was able to build and run the application for testing on an android phone. It was working fine until I rebuild the app and then got an the following error about the license: I keep getting…
0
votes
0 answers

How can Vuforia SDK 10.15 be used for cloud recognition in iOS (Swift) with insufficient documentation?

How can i implement cloud recognition in iOS(Swift) using Vuforia SDK 10.15 ? Current documentation on vuforia website is not clear. I tried following the documentation for implementing in native but it's not clear how to use the cloud…
0
votes
0 answers

AuthenticationFailure Vuforia Cloud Recognition using Java Spring

Triyng to integrate Vuforia Web API in Java... These are the requirements to submit a recognition query from the official website https://library.vuforia.com/web-api/vuforia-query-web-api And this is the explanation of building the signature key…
oskar2771
  • 63
  • 9
0
votes
1 answer

Vuforia TrackableBehaviour issue

I was watching a 3-year-old tutorial for Vuforia and it's freezing the content and modifying it instead of the possibility of an uncomfortable position. the code looked fine and very well explained although I'm using TrackableBehaviour and it keeps…
1
2 3