I am using the AVCaptureFrames example for monotouch from the example shown here: https://github.com/xamarin/monotouch-samples/tree/master/AVCaptureFrames the problem I have is that each frame that is captured and redisplayed in a UIImageView that is orientated with the home button on the bottom the image seems to be rotated 90 degrees
; however if I rotate the device so that the home button is on the right, the image is displayed as expected
. Also if I turn the app landscape the other way the image is upside down.
Any advice how to rotate the image captured from AVFoundation to orient the same way the device is being held?
did you setup the correct preview layer orientation? Follows a sample from my own app, change to your settings.
Does this helps?
BR