infinum / Android-GoldenEye

A wrapper for Camera1 and Camera2 API which exposes simple to use interface.
Apache License 2.0
375 stars 53 forks source link

Use Camera1 by default for better consistency #31

Closed domagojkorman closed 2 years ago

domagojkorman commented 5 years ago

We should encourage the use of the Camera1 API by default. Also I recommend hiding all Camera 2 features behind experimental flag.

I don't think multiple rarely used features are good trade-off over consistency that Camera1 has.