sjfricke / OpenCV-NDK

Example of using OpenCV with Android NDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting swapped rows and cols in camera preview. frames seem stretched in landscape mode.

Gautam87 opened this issue · comments

Getting swapped rows and cols in camera preview. frames seem stretched in landscape mode.

In file Native_Camera.cpp change the resolution as per the phone example something like below:

Display_Dimension foundRes(1280, 720);