Skip to content

[camera_android_camerax] Fix camera preview rotation when capture orientation is locked - #8696

Closed
camsim99 wants to merge 24 commits into
flutter:mainfrom
camsim99:camx_rerotate_2
Closed

[camera_android_camerax] Fix camera preview rotation when capture orientation is locked#8696
camsim99 wants to merge 24 commits into
flutter:mainfrom
camsim99:camx_rerotate_2

Conversation

@camsim99

Copy link
Copy Markdown
Contributor

Corrects camera preview when the capture orientation is locked. This fix is required because the camera/cameraCameraPreview widget rotates the preview according to the locked orientation instead of the device orientation when the capture orientation is locked; #8629 did not take this into account.

Fixesflutter/flutter#163857, finishes fixing flutter/flutter#154241.

Pre-launch Checklist

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[camera_android_camerax] Fix preview rotation when capture orientation is locked

2 participants

@camsim99@matanlurey