相机抖动预览

时间:2018-07-06 08:24:03

标签: dart flutter

enter image description here当我在Pixel中打开相机时,“相机视图”有所不同,但在手机设备中可以正常使用,请帮助我解决。 相对于标签,手机中的相机位置不同。 因此,图像保​​持垂直,并且不会随手机旋转90度。

 return new AspectRatio(
    aspectRatio: controller.value.aspectRatio,
    child: new CameraPreview(
      controller,
    ),
  );

1 个答案:

答案 0 :(得分:0)

您可以使用 image_picker:“ ^ 0.4.5” 获取相机图像。

var image =等待ImagePicker.pickImage(来源:ImageSource.camera);