wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.
MIT License
1.8k stars 473 forks source link

Please support (android.hardware.camera2) #377

Open ssy06005 opened 5 years ago

ssy06005 commented 5 years ago

https://developer.android.com/reference/android/hardware/camera2/package-summary

Over API level 21 can't used auto focus, flash... etc.. I think you should add a source that supports android.hardware.camera2

wysaid commented 5 years ago

Thanks for your advice.

latsson commented 5 years ago

Any update on this? It would be really nice to have camera2 support. Having some limitations using the old and deprecated camera api on some devices.

latsson commented 5 years ago

@wysaid Are you planning on switching to Camera2? Just wanted to know if I should give up this project or not. Thanks.

wysaid commented 5 years ago

@latsson Sure, but the min api level will be 18 when use Camera2. I will add this later.

latsson commented 5 years ago

Min API level 21. But older versions are barley used anymore. https://developer.android.com/about/dashboards/

That is great to hear! Do you have any estimated time when this will happen? I was thinking about doing it myself, but don't really have the time.