camera - Android - How to get list of available aperatures -


new android. trying understand how list of available apertures. code below not work expected. please explain how can extract list property? using camera 2 api.

apertures = cameracharacteristics.lens_info_available_apertures; 

use aperatures = cameramanager.getcameracharacteristics("camerayouwant").get(cameracharacteristics.lens_info_available_apertures);


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

visual studio - NuGet Automatic Package Restore when using git submodules -

mysql - How to Link PHP Sub Categories(Pages) Dynamically -