Derzu
Derzu

Reputation: 7156

How to display a 3D Model over a 2D maker (QRCode) using ARCore?

I'm doing tests with the sample Hello AR from the ARCore SDK 1.0. How can I display a 3D Model over a 2D maker, like a QRCode? Is there any class that detects the QRCode position at the ARCore API, or should I do that with an external lib?

At the sample application, the Android Robot (Andy) is shown when the surface is clicked. I wanna show Andy over the 2D marker.

Upvotes: 5

Views: 2291

Answers (1)

peresisUser
peresisUser

Reputation: 1686

As of now this feature is not supported. Hopefully they will do so in the future. You can't even control the camera's focus so i don't know how you could recognise anything other than the grid.

https://github.com/google-ar/arcore-unity-sdk/issues/92

Upvotes: 1

Related Questions