jamesathey / FastAndroidCamera

Camera preview callbacks with less overhead on Xamarin.Android.
Apache License 2.0
60 stars 16 forks source link

Any plan to camera2? #10

Open jessejiang0214 opened 5 years ago

jessejiang0214 commented 5 years ago

Hi,

Do you have any plan to update camera API to camera2?

Thanks, Jesse

AdvKern commented 5 years ago

Is the GC problem there with Camera2 API as well?

tyomitch commented 11 months ago

Is the GC problem there with Camera2 API as well?

No there isn't; IOnImageAvailableListener.OnImageAvailable passes you an ImageReader instance, as opposed to a byte[].