[camera_android_camerax] Reduce camera preview rotation jank #168938
Labels
p: camera
The camera plugin
P2
Important issues not at the top of the work list
package
flutter/packages repository. See also p: labels.
platform-android
Android applications specifically
team-android
Owned by Android platform team
triaged-android
Triaged by Android platform team
I've noticed that there is some jank when rotating a device displaying a camera preview. I believe this stems from the fact that we are using nested
RotatedBox
es, so the preview is getting rotated twice every time that the device is rotated. We currently must do this as a workaround for the incorrect preview rotation applied in the app-facingcamera
package for the Android platform.We should investigate solutions for reducing this weird visual effect.
The text was updated successfully, but these errors were encountered: