Git Product home page Git Product logo

Comments (5)

AlexV525 avatar AlexV525 commented on June 29, 2024

机型?

from flutter_wechat_camera_picker.

jianxingbieli avatar jianxingbieli commented on June 29, 2024

机型?

目前 6Plus,7Plus,X都复现了 ,别的手机没尝试,应该都会复现这个错误
final AssetEntity? entity = await CameraPicker.pickFromCamera( RouterHelper.getCurrentContext(), pickerConfig: const CameraPickerConfig(enableRecording: true), );
最新版4.2.1是同样的错误

from flutter_wechat_camera_picker.

jianxingbieli avatar jianxingbieli commented on June 29, 2024

机型?

目前 6Plus,7Plus,X都复现了 ,别的手机没尝试,应该都会复现这个错误 final AssetEntity? entity = await CameraPicker.pickFromCamera( RouterHelper.getCurrentContext(), pickerConfig: const CameraPickerConfig(enableRecording: true), ); 最新版4.2.1是同样的错误

经测试,必须添加onEntitySaving的回调,才能拿到ios的录像数据

from flutter_wechat_camera_picker.

Huangfuzhimin avatar Huangfuzhimin commented on June 29, 2024

我也遇到了这个问题,在Android上表现良好,在iOS遇到此问题,同时导致卡顿、一定概率闪退,拿不到首帧,最终用resolutionPreset: ResolutionPreset.high处理得到了最好的效果

这个参数默认是this.resolutionPreset = ResolutionPreset.max,
会用最高分辨率,闪退后查得 flutter/flutter#69874
根据标题的高分辨率来推测,修改分辨率后得到有效解决

from flutter_wechat_camera_picker.

AlexV525 avatar AlexV525 commented on June 29, 2024

请把问题开给 flutter 的 camera

from flutter_wechat_camera_picker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.