Skip to content

[BUG] 拍照后立即拍视频导致拍摄中断 #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SeeyouYsen opened this issue Sep 28, 2023 · 1 comment · Fixed by #204
Closed

[BUG] 拍照后立即拍视频导致拍摄中断 #202

SeeyouYsen opened this issue Sep 28, 2023 · 1 comment · Fixed by #204
Labels
s: bug Something isn't working ⏳WEEK This issue is scheduled to be solved within one week.

Comments

@SeeyouYsen
Copy link

Describe the bug
拍照后图片处理事件过长,并且处理时没有阻塞界面,界面能响应点击事件,然后拍摄视频会被处理完图片弹出来的页面覆盖

How to reproduce

CameraPicker.pickFromCamera(context,pickerConfig: CameraPickerConfig(enableRecording: true,));

Steps to reproduce the behavior:
配置能同时拍照和录像,点击拍照后立即长按拍摄

Expected behavior
处理图片时,页面阻塞触摸事件响应

Screenshots (If contains)

D90527007F3F7DF601977AFB9E68C054.MP4

Version information

  • Device: 1 Plus
  • OS: Android 13
  • Package Version: 3.8.0
  • Flutter Version: 3.7.10
@SeeyouYsen SeeyouYsen added the await investigate The issue is waiting for further investigation. label Sep 28, 2023
@SeeyouYsen
Copy link
Author

另外 安卓手机上 图片处理时间明显高于iOS,基本都在三秒以上

AlexV525 added a commit that referenced this issue Oct 4, 2023
@AlexV525 AlexV525 added s: bug Something isn't working ⏳WEEK This issue is scheduled to be solved within one week. and removed await investigate The issue is waiting for further investigation. labels Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: bug Something isn't working ⏳WEEK This issue is scheduled to be solved within one week.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants