Should I use the Camera2 API to do the basic functions of a camera (take picture, video), and use the SCamera SDK to supplement those features (HDR, low light, etc.)?
I'm developing for a Galaxy S6, and S5 only.
Should I use the Camera2 API to do the basic functions of a camera (take picture, video), and use the SCamera SDK to supplement those features (HDR, low light, etc.)?
I'm developing for a Galaxy S6, and S5 only.
I'm using the Samsung Camera SDK, because I had several troubles on Samsung devices, by using the standard Android Camera 2 API. Which includes the:
This video describes best, what are the main benefits by using the Samsung Camera SDK: https://www.youtube.com/watch?v=WEruxA3i5Ok
!The SDK requires Android 5.0 Lollipop!