Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
919 stars 207 forks source link

Landscape recording saves the video as portait on iOS #259

Closed Aldaniee closed 1 year ago

Aldaniee commented 1 year ago

Steps to Reproduce

  1. Set the home page of the example app to CustomUiExample3()
  2. Build to an iOS device
  3. Rotate your phone 90 degrees so it is in landscape orientation and record a video
  4. Tap the recorded video to play it back or export the file

Expected results

The video is saved in the same landscape orientation that it was recorded in.

Actual results

The video is saved in portrait orientation.

About your device

Brand Model OS
Apple iPhone 12 Pro 16.3.1

Your flutter version

Flutter 3.7.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision b4bce91dd0 (10 days ago) • 2023-02-21 09:50:50 +0800 Engine • revision 248290d6d5 Tools • Dart 2.19.2 • DevTools 2.20.1

g-apparence commented 1 year ago

Thank you reporting it.

cosminbodnariuc commented 1 year ago

@g-apparence Is there an update about the issue? Having the same issue.