Skip to content
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

Video can't save while app goes to background mode #441

Open
ahmad-whizpool opened this issue Jan 29, 2024 · 1 comment
Open

Video can't save while app goes to background mode #441

ahmad-whizpool opened this issue Jan 29, 2024 · 1 comment
Labels
Need more infos Reporter needs to add more informations

Comments

@ahmad-whizpool
Copy link

Steps to Reproduce

call onVideoRocordingMode callback within it call recordingState.stopRecording() callback within it call onVideo() callback then call captureRequest.when(single:(){}) it wont be called if app go to background or any state like pause,inactive etc.

Expected results

Should call captureRequest.when(single:(){}); callbacke

Actual results

throw exception that camera won't in recording mode

About your device

Brand Model OS
Apple iPhone 7+ 15.8

Your flutter version

Run this in your command line
flutter --version

3.16.5

@g-apparence
Copy link
Collaborator

Please add a proper reproduction code.
A single code that we can directly launch.
Your explanation is hard to understand and the more you help us reproduce a bug the less time we waste.
Thank you

@g-apparence g-apparence added the Need more infos Reporter needs to add more informations label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Need more infos Reporter needs to add more informations
Projects
None yet
Development

No branches or pull requests

2 participants