I'm running the FrameMarkers and ImageTargets samples in portrait mode by setting
int screenOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT;
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?
It did work, tested on an HTC Sensation.
Is the augmentation showing up when you look at the target? If not, this may be a known issue in the release notes:
- Kim