- Sort Posts
- 5 replies
- Last post
Re: Setting Camera as Vertical
November 16, 2010 - 8:49am #6
Re: Setting Camera as Vertical
November 16, 2010 - 4:04am #4
What I did do was change
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
to
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
Then played about in the configureVideoBackground() method in the QCARSampleActivity.cpp file to get the screen dimensions correct.
Re: Setting Camera as Vertical
November 12, 2010 - 9:41am #2
Using a Nexus One with Android 2.2 Froyo.