Top "Orientation" questions

Orientation is the way up, down, left or right something is facing or being held in.

MediaRecorder video capturing in portrait mode

I'm try to make custom video app. Iwork using settings in manifest 2.2 only (API 8). All goes well but I don't …

android video orientation mediarecorder
finding orientation using getRotationMatrix() and getOrientation()

Im trying to get the direction of the vector pointing out of the camera, with respect to magnetic north. I'm …

rotation orientation accelerometer augmented-reality magnetometer
Android EXIF data always 0, how to change it?

I have an app that captures photos using the native Camera and then uploads them to a server. My problem …

android image camera orientation exif
Combine Gyroscope with accelerometer to get heading

I'm using an Android device to get the heading(azimuth, or yaw angle). Android API used the Accelerometer value + the …

android orientation accelerometer gyroscope azimuth
Mobile phone sensors

After some hours of searching I'm so confused, so I'll tell now what I learned, so please correct me if …

android orientation sensors gyroscope magnetometer
iOS 8 - Rotation makes statusBar disappear even in portrait mode after toggling controls

I'm having a lot of troubles with the new auto hiding of the status bar in iOS 8. In my app, …

objective-c orientation statusbar
GameCenter authentication in landscape-only app throws UIApplicationInvalidInterfaceOrientation

Problem: If user is not logged into GameCenter account - GameCenter authentication view is launched in portrait mode (in ios 5 …

ios orientation ios6 landscape game-center
xcode - How do I keep views locked into portrait mode, but still allow one view to rotate?

I'm having a problem with device rotation. Except for ONE view, where I show a company splash screen, I want …

iphone xcode orientation portrait screen-rotation
iOS device orientation disregarding orientation lock

I want to query the orientation the iPhone is currently in. Using [UIDevice currentDevice].orientation works as long as the …

iphone objective-c ios orientation
UIView addsubview after orientation change: Tell view to resize

I have a UIView as a XIB in Portrait mode. This view is added programmatically to the viewcontroller like this: …

iphone orientation addsubview autoresizingmask