processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

ARCore example seems not working

Open victordiaz opened this issue 4 years ago • 3 comments

I tried to run the Balls and cube ARCore example. The camera preview appears but none of the 3d objects appear on the screen.

victordiaz avatar Jul 03 '20 11:07 victordiaz

I tried to run the Balls and cube ARCore example. The camera preview appears but none of the 3d objects appear on the screen.

Hi @victordiaz I tested all the examples for AR and VR and all are absolutely working fine, you have to wait for few seconds so that AR sdk recognise the plain surfaces aka Trackable and the it will start rendering two pinkish spheres, one in center and other revolving around it with constant speed in counterclockwise direction.

One of the possiblity for your issue mat be that you are running AR sketches as Android-app instead of AR

ranaaditya avatar Jul 11 '20 05:07 ranaaditya

Hi @ranaaditya you are right it works. It takes really long time to recognise the surfaces and I did not have the patience :) Maybe it would be interesting to add a bit of feedback in the example. For example with a text saying "waiting for trackable..." or something. Otherwise is very difficult to know if something is happening

victordiaz avatar Jul 11 '20 10:07 victordiaz

Hi @ranaaditya you are right it works. It takes really long time to recognise the surfaces and I did not have the patience :) Maybe it would be interesting to add a bit of feedback in the example. For example with a text saying "waiting for trackable..." or something. Otherwise is very difficult to know if something is happening

Hi @victordiaz nice to hear that it worked for you, Processing-AR library has been developed using Google's ARCore sdk and its common for system to take some time to recognize planes.

It's common if you have used ARCore SDK earlier :)

ranaaditya avatar Jul 11 '20 11:07 ranaaditya