Ask Your Question

Revision history [back]

OpenCV does not rotate images by it self. All rotations are a part of camera code inside Android or in the way of image output. There were some fixes for the native sample in OpenCV4Android SDK 2.4.7. I recommend you to try it. Also, if you want to fix orientation, you can set portrait orientation in sample manifest in the same way as Java samples do.