Open GoogleCodeExporter opened 9 years ago
[deleted comment]
The same is true for the Acer A500 tablet running 3.0.1.
Original comment by cain.n...@gmail.com
on 16 Jun 2011 at 6:34
Same for me. I'd love to see this work on Honeycomb. Thanks.
Original comment by bake...@2college.nl
on 24 Jun 2011 at 1:04
the same in asus eee pad transformer running android 3.1
Original comment by rd...@iuma.ulpgc.es
on 20 Jul 2011 at 12:13
Same for lenovo tab k1 with android 3.1
Original comment by goodhard...@yahoo.com
on 30 Oct 2011 at 12:25
Same for Samsung Galaxy Tab 10.0 (Honeycomb 3.1)
Original comment by micheled...@gmail.com
on 31 Oct 2011 at 5:09
I've made some test about. Seems that the Artoolkit class, in the
DetectMarkerWorker thread, always reports a value of currNumMakers=0.
So no markers are detected even if the camera correctly is viewing a marker.
Original comment by micheled...@gmail.com
on 11 Nov 2011 at 6:36
SO can this be coded to work around this?
My Galaxy Tab 10.1 3.1 just stares at the target...no models ever.
Original comment by rbbrown1...@gmail.com
on 17 Nov 2011 at 8:55
Asus Eee Pad Transformer, same here but with a funny outcome... if I take a
snapshot, surprise surprise... the model suddenly appears in the shot, but
still no live rendering of any model.... any comments about it?
Running the new OTA released version of Android 4.0.3 and still no luck on the
subject...
Original comment by danazkari
on 24 Feb 2012 at 9:34
I have the same problem too. Using Samsung galaxy tab. It is able to show the
model during first time startup of the application. After press Home button and
go to Application again. Model is not shown on top of marker. When take
screenshot, model appears!!!
Original comment by shadyso...@gmail.com
on 3 May 2012 at 11:03
I had the same problem when using a Motorola Xoom tablet, although, it worked
perfectly on two phones, a Samsung Galaxy 5 and an HTC phone(not sure about
what model).
What I noticed is that, using the tablet, when the application first starts, it
reads the model(sometimes not even the first time), but when the activity is
changed and then changed back to the camera mode, it doesn't work, ever.
Original comment by fiel...@gmail.com
on 29 Jun 2012 at 3:31
Same here... Asus eee pad transformer prime.
I realized that I do not see the model but when I press the "back" button the
model appears for less than a second and then I go to the "select model" screen.
Snapchots do show the model though (like other people here).
No response or solution yet?
Original comment by pablolic...@gmail.com
on 26 Jul 2012 at 7:47
If you use the tablet in vertical mode it works! you see the model there!
ASUS PRIME TRANSFORMER
Original comment by pablolic...@gmail.com
on 3 Aug 2012 at 7:34
A glare of hope! Thank you very VERY much!!!
Original comment by danazkari
on 3 Aug 2012 at 7:36
That is AMAZING thanks for pointing out what should have been obvious
Original comment by neilwint...@googlemail.com
on 4 Aug 2012 at 12:51
Yes... it finally worked. It will be great to be able to use it on horizontal
mode also.... but at least we can start experimenting with our models!
glad others got it working also.
Original comment by pablolic...@gmail.com
on 4 Aug 2012 at 2:50
I had the same problem. I will post my fix here in case it may help others or
shed new light on the problem.
When I change in AndARActivity.java the OnCreate method by adding after
frame.addView(glSurfaceView);
frame.addView(previewSurface);
the following line:
frame.bringChildToFront(glSurfaceView);
then the model viewer works for me.
Unfortunately however, doing this brakes the AndARSampleProject example.
That example works on the other hand with:
frame.bringChildToFront(previewSurface);
Another thing I noticed is that setting a break point in the AndARRenderer
onDrawFrame method will freeze te camera live preview in the
AndARSampleProject, but not in the AndARModelViewer project.
Original comment by m.geile...@gmail.com
on 28 Dec 2013 at 4:13
"If you use the tablet in vertical mode it works! you see the model there!"
works for me
that SHOULD BE documented
Original comment by 1911gene...@gmail.com
on 19 Mar 2014 at 9:34
Original issue reported on code.google.com by
Grant.Ol...@gmail.com
on 22 Mar 2011 at 7:57