I jsu have small inquiry, and please dont underestimate it.

I Have a class that implements Render, and another CLass implements Surface.callback.

When I run the class the implements the surface.Callback, I manage to show the camera preview.

And When I run the class the implements the Render, I manage to display the 3D shaps.

Now, I want to display the 3D shapes over the Camera preview.

My Questions is, what should I learn and read to achieve this? Is is about Augmented Reality?

Or I just need to learn more how the camera preview works?

Your answers would be meaningful and highly appreciated.

有帮助吗?

解决方案

Just read how to overlay surfaces.

Augmented Reality is about displaying graphics according to what is shown in the camera (usually it detects a marker and displays graphics according to it).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top