janusw / Camera.Maui

A CameraView Control for .NET Maui
MIT License
17 stars 3 forks source link

Orientation of back camera preview in landscape mode upside-down on iOS initially (in test app) #21

Open janusw opened 3 months ago

janusw commented 3 months ago

Another preview-orientation issue on iOS. In contrast to #19, I only see this in the test app (Camera.MAUI.Test), but not in my custom app using the CameraView.

To reproduce:

  1. Open the Camera.MAUI.Test app on an iOS device (in version 1.4.7).
  2. Rotate the device into landscape mode.
  3. Tap "Go to MVVM Cam".
  4. The preview is upside down.

Note:

janusw commented 3 months ago

I believe the problem is related to the AutoStartPreview property: