Android camera image rotation
Does OpenCV support different device orientations (i.e. portrait and lanscape etc.) on Android?
I am capturing camera frames on the native side. If the device orientation is not landscape, the images are rotated. Is there a way to fix the rotation without manually rotating the captured image?