"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Samples in Portrait Mode

I'm running the FrameMarkers and ImageTargets samples in portrait mode by setting [CODE] int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT;[/CODE] in the initApplication(). When the application is paused and resumed (I press the home key, then relaunch through recent app list), the video feed doesn't seem to be rotated properly. Do I need to modify something else in the code to resume in portrait mode properly?

Hmm, that should be enough, I just confirmed it on a gingerbread device. Can you tell us what device and OS version you are using? Have you made any other changes to the sample? Thanks, - Kim

Kim, No other changes at all. I'm using the Droid X, OS version 2.3.3. Did it work properly on your Gingerbread device?