RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 405 forks source link

Using only one thread for operating with camera #188

Closed dmitry-zaitsev closed 6 years ago

dmitry-zaitsev commented 6 years ago

We now differentiate between cancelable (take a picture, focus, etc.) and non-cancelable operations (start camera, stop camera).

Upon stopping the Fotoapparat instance we make sure that all cancelable operations are canceled.