Commit 021e8989 authored by Christian Strømme's avatar Christian Strømme Committed by Christian Stromme
Browse files

Android: Fix camera preview orientation


Before API level 24 the display orientation (the preview) was always
set to 0. On newer versions of Android the clockwise rotation is set
to be either 0 or 180, depending on the hardware. Since we don't
want Android to apply transformation on our surface, we'll just
enforce that the display orientation is always set to 0.

Task-number: QTBUG-56536
Change-Id: Ie1aacda97540d5c97e6cbd8edb2afc53e7041e1e
Reviewed-by: default avatarAndy Shaw <andy.shaw@qt.io>
parent 7caf5432
Showing with 19 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment