ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

How to stop the camera feed? #22

Closed intellitour closed 3 years ago

intellitour commented 4 years ago

How do I stop the camera after capturing an image?

ricnaaru commented 4 years ago

You can simply render another widget instead of AdvCamera, i believe.. if freeze the camera preview is what you mean, i havent create such method yet

intellitour commented 4 years ago

Even when you change screen (eg. navigate to another), camera feed is still going on. It must have a way to stop the camera feed.

intellitour commented 4 years ago

This might have some relation with https://github.com/ricnaaru/adv_camera/issues/11

ricnaaru commented 4 years ago

okay, let me try to fix this error within this week, thanks!

intellitour commented 4 years ago

Thanks!

ricnaaru commented 3 years ago

please try the latest version (1.2.0) and if the problem still persists, please kindly reopen this thread. Thanks!