Reputation: 410
I'm new to Augment Reality and not having a compatible device to run examples provided for ARCore. I am having a few questions and want them to clear before going further as I'm getting clear about those through any mean. The app I'm working over is gonna perform the following task.
My Questions
Maybe it would be a discussion-based question but I am literally unable to find a solution for it. Thanks everyone!
Upvotes: 1
Views: 3678
Reputation: 166
If you do not have ARCore supported device, you can try Vuforia + Unity instead. Vuforia also supports image recognition and overlay with AR. Check out this tutorial for your use case.
If you still want to use ARCore, you should check out Augmented Images feature. The challenge here if your logo has a good score to be able to work nicely for tracking and overlaying AR. You can check image quality/score with this tool.
Upvotes: 1