Yalantis / CameraModule

Simple camera module for android applications
https://yalantis.com/
684 stars 192 forks source link

android camera hardware deprecated #13

Open darkholiday opened 8 years ago

darkholiday commented 8 years ago

I am trying to change it to camera2 but i couldn't any help please.

kevakil commented 7 years ago

Although the camera API is considered depricated, it will still be compatible in the short/medium term and will be fine to use. That being said, it's also worth noting that the camera2 API is so considerably different from the camera API that there is (at least to my knowledge) no elegant way to "convert" from camera to camera2.