-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
await investigateThe issue is waiting for further investigation.The issue is waiting for further investigation.
Description
Describe the bug
When I set "lockCaptureOrientation: DeviceOrientation.portraitDown" and use the camera to take pictures in landscape orientation, the scene is wrong.
How to reproduce
final AssetEntity? entity = await CameraPicker.pickFromCamera(
Get.context!,
locale: Get.locale,
pickerConfig: CameraPickerConfig(
enableAudio: true,
enableRecording: true,
enableScaledPreview: false,
maximumRecordingDuration: 60.seconds,
lockCaptureOrientation: DeviceOrientation.portraitDown,
onMinimumRecordDurationNotMet: () {
},
),
);
Steps to reproduce the behavior:
- Open the photo scene;
- Turn the phone horizontally;
- An error occurs in the scene.
Expected behavior
Can shoot horizontally normally.
Version information
- Device: iPhone 12 pro max
- OS: 17.6
- Package Version: 4.3.6
- Flutter Version: 3.24.5
Additional context
springlo and runningTeemo
Metadata
Metadata
Assignees
Labels
await investigateThe issue is waiting for further investigation.The issue is waiting for further investigation.