googlesamples / arcore-depth-lab

ARCore Depth Lab is a set of Depth API samples that provides assets using depth for advanced geometry-aware features in AR interaction and rendering. (UIST 2020)
https://augmentedperception.github.io/depthlab/
Apache License 2.0
780 stars 153 forks source link

ScreenSpaceDepthMesh example broken? #18

Closed dzak83 closed 3 years ago

dzak83 commented 4 years ago

Hi, I am trying ScreenSpaceDepthMesh examplese but nothing happens. I loaded ScreenSpaceDepthMesh and StereoPhoto scenes.

Is it expected? What do I miss?

ruofeidu commented 3 years ago

Sorry for the late reply. ScreenSpaceDepthMesh should show real-time depth mesh and stereo photo should show the 3D photo effect. Which Unity and phone were you using?

dzak83 commented 3 years ago

I am using Pixel 2 XL. I don't remember which Unity version I used for that sample. I would assume the one suggested.

ruofeidu commented 3 years ago

We just released new source code: https://github.com/googlesamples/arcore-depth-lab/releases and Play Store app: https://play.google.com/store/apps/details?id=com.google.ar.unity.arcore_depth_lab. Let me know if this issue persists.

dzak83 commented 3 years ago

Thanks. I didn't check the source code yet but app from the store seems to be working now on Pixel 2 XL.

ruofeidu commented 3 years ago

Great news! Thanks for checking!

Dorixed commented 1 year ago

Hi Ruofei, I am using Unity 2019.4.36 to build this project and met the same problem. Other scenes like depth map or collider work fine, but nothing happens in the Mesh. However, when I use the released app in Google Play, the mesh works fine too. I am wondering if some specific modifications are needed to use this scene. Looking forward to your reply!