0
votes

I created an AR application on unity3d using vuforia extension. It runs on unity editor and Samsung Galaxy S3. But when I run it on Asus TF300TG tablet, I don't see 3d object. It don't find marker region. But why? What should I do to find it?

My settings :

enter image description here

enter image description here

EDIT : I get an error message. Unity says that

Failed to get device caps (0xc0110001) .

1
Please take a screenshot of what you've done. What do you mean by don't find marker region ? - Augmented Jacob
My application has a 2d marker image. When it detect the marker on live camera view, it shows 3d object on the marker. I see live camera view , but not 3d object. So I think that it cannot detect the marker. - zakjma

1 Answers

0
votes

Well, from your question, it is unclear of the steps you've taken to get your output. But here's an answer that explains the complete guide to getting a simple application working using Vuforia's Unity Extension.

But specifically, make sure with the AR Camera you've set Data Set Load Behavior. Under that you SHOULD see the name of the .unitypakage you imported. Check the name as well as make it Active.

Also, regarding the Image Target Behavior should be Predefined and the package name and Image name must be selected.

For more details please refer the link above. Good luck. :)