Hello,
I've been trying to make landscape orientation available in my app, in which I've implemented the Videoplayback sample, by using code from the Books sample.
I keep having the problem that when I turn my phone to landscape the camera view isn't the right size, as you can see in the attached image (1).
Another weird thing is that when I open the scanner while already holding my phone in landscape the camera view is the right size, but now the portrait view is wrong (see image 2).
Am I missing something? Do you have any idea what could be the problem or do you maybe need some more information?
I'm only building my app for iOS so no Android SDK is involved.
I also added UI elements and I want to rotate them when the device is rotated. That's why I tried adding code from the Books sample, where the rotation works as I want it.