RedApparat / Fotoapparat

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

CameraView in a RecyclerView #54

Closed eygraber closed 7 years ago

eygraber commented 7 years ago

If I put a CameraView in a RecyclerView, and then scroll away from it for more than a few seconds, when I scroll back it is gone (or at least the preview is no longer showing).

dmitry-zaitsev commented 7 years ago

If you would like to do something like that you need to call Fotoapparat.stop and Fotoapparat.start each time camera view is detached and attached to layout.