hjam40 / Camera.MAUI

A CameraView Control for preview, take photos and control the camera options
MIT License
449 stars 72 forks source link

iOS back camera upside down on start #138

Open mirceamuresanse opened 6 months ago

mirceamuresanse commented 6 months ago

On iOS the app starts with the back camera vertically mirrored (upside down), by default. Also, when using the CameraView.MirroredImage = true, the mirror is done vertically (upside down), instead of horizontally.

janusw commented 5 months ago

On iOS the app starts with the back camera vertically mirrored (upside down), by default.

Do you only see this in the sample app (Camera.MAUI.Test), or also in another setup? If yes, which one?

See also https://github.com/janusw/Camera.Maui/issues/21

e808080 commented 4 months ago

Did you solve this @mirceamuresanse ? Having the same problem that the iOS camera always starts upside down in version 1.5.1 (However in version 1.4.4 it does not)