3

Would anyone know why the ImagePicker.pickImage keeps opening in the wrong camera direction? I'm using ImagePicker (0.6.5+2)

 var image = await ImagePicker.pickImage(
        source: ImageSource.camera,
        imageQuality: 60,
        preferredCameraDevice: CameraDevice.rear);

I've also tried CameraDevice.front. Both enum values of CameraDevice give the same camera direction.

I'm running an Android 10 (Samsung S9) device.

It looks like this is a bug, because I ran it on my iPad and it doesn't have this problem.

Ben Butterworth
  • 22,056
  • 10
  • 114
  • 167

1 Answers1

0

Its been confirmed as a bug after I submitted an issue on flutter/flutter repo.

Ben Butterworth
  • 22,056
  • 10
  • 114
  • 167