Hi, I am developer of a quite common camera app. We were testing on the new Nexus 4 these days and experienced wrong aspect ratios of the MINI_KIND thumbnails for the captured photos. The photos are captured in a 16:9 ratio but the MINI_KIND thumbnails are created in a distorted 4:3 ratio. We use the MINI_KIND thumbnails for preloading in our gallery while the original image is decoding.
We think this has something to do with the jpeg-decoder of the Camera class. When we save the file, decode it with the jpeg decode of the open jpeg group in our native code and resave it with the open jpeg library, the MINI_KIND thumbnails are created correctly. It seems it has nothing to do with exif or mediastore, we've checked that too. We experienced similiar issues on other LG devices. Is there something we missed? Thanks a lot in advance, The CameraMX Team. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

