tommytracx / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

Latest code working for both orientations. What if want to work on one only? #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
As per the doc available, If I want to run the camera activity in either of the 
mode then i should work with the PORTRAIT variable's value (in 
AugmentedReality.java) but changing this value is not giving me the desired 
results. The camera activity is working fine in both modes regardless of 
PORTRAIT variable's value.

What version of the product are you using? On what operating system?
I am using Windows 7 O/S. Current SVN code log value is 140.

Please provide any additional information below.
Changing the value in manifest is not effecting the results also. Whether I use 
portrait or landscape, it's working perfectly for both.

Original issue reported on code.google.com by pooja1...@gmail.com on 25 Feb 2013 at 11:40

GoogleCodeExporter commented 9 years ago
Are you truly using this code on Windows 7?

Original comment by phishman3579@gmail.com on 15 Mar 2013 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by phishman3579@gmail.com on 17 Mar 2013 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by phishman3579@gmail.com on 2 Jun 2013 at 1:19

GoogleCodeExporter commented 9 years ago
Just add android:screenOrientation="landscape" for your activity in the 
manifest.
And set useRadarAutoOrientate and useMarkerAutoOrientate to false in 
AugmentedReality.java

Original comment by armachi....@gmail.com on 4 Jul 2014 at 11:31