The Monkeybread AVFoundation classes are mostly marked as working on iOS and so I am keen to use them to provide more access to camera controls than I can get using the AVFoundation classes within iOSKit.
But I’m stuck on a problem – the JPEG image returned by the captureStillImageAsynchronouslyCompleted event is always oriented incorrectly except for one of the landscape orientations.
I’ve exchanged half-a-dozen emails with Christian over the past two years about this (that’s not a typo – that’s how long we’ve been discussing this) but without any solution. The closest we got was a little over a year ago when Christian suggested converting the returned image into a CIImage and using the orientation property of that object. Unfortunately the converted CIImage has no orientation property. So we are back to square one.
I have emailed Christian again but, while I wait for a reply, I was wandering whether anybody on the forum had any other suggestions to correctly orient the image?
1 post - 1 participant