RedApparat / Fotoapparat

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

Added focus view to Java example activity #208

Closed Diederikjh closed 6 years ago

Diederikjh commented 6 years ago

I see getting the FocusView to work with the CameraView you need to pass its reference in to the Fotoapparat constructor. (I was actually expecting to set the FilterView through the Fotoapparat builder).

Here is an updated Java activity that uses the new constructor.

Diolor commented 6 years ago

Totally awesome! Thanks!