Optimize the camera component at compile time #516
Danjuanlab
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the iteration of the WSA version, WSA can now access the hardware camera on the Windows system, but the camera on the Windows system is a landscape screen, and its resolution is mostly 1920X1080. But on the Android system, most of the applications that call the camera are in the state of vertical screen, so the current situation is that although the app can call Windows Camera, it is often in the 1080p picture of the horizontal screen, vertically cut out a 9:16 picture, and then present it, which is not ideal. Logically, we need to adjust the default orientation attribute of the camera device and rotate the screen so that it should match most Android apps。

Beta Was this translation helpful? Give feedback.
All reactions