I'm using wikitude for my augmented reality mobile app project. I got this problem when my camera in landscape mode.
First attempt:
Second attempt:
Third attempt (problem here):
I'm using wikitude for my augmented reality mobile app project. I got this problem when my camera in landscape mode.
First attempt:
Second attempt:
Third attempt (problem here):
In case this tip might someone. So, in your viewController add following code snippets.
[self.architectView setShouldRotate:YES toInterfaceOrientation:UIInterfaceOrientationLandscapeLeft];