Revert orientation tracking on the camera image
Roll back the rendering-pipeline changes from v1.1.6 (and the subsequent attempts in 1.1.7/1.1.8/1.1.9): no more SurfaceTexture transform-matrix-driven re-orientation, no more rebinding on rotation, no more inverse-rotation correction. The camera passthrough goes back to fixed portrait-oriented texcoords and the crop-to-fill math treats the camera buffer as portrait unconditionally. The activity stays `fullSensor`, so the Compose UI and the GL blur passes continue to follow the device orientation — only the camera image itself is left untouched, which matches the "normal camera doesn't flip the picture when rotating the phone" behaviour requested. Bump to 1.1.10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6d7be66341
commit
4f8661f648
7 changed files with 55 additions and 171 deletions
|
|
@ -1,4 +1,4 @@
|
|||
versionMajor=1
|
||||
versionMinor=1
|
||||
versionPatch=9
|
||||
versionCode=11
|
||||
versionPatch=10
|
||||
versionCode=12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue