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 -

php - How to Access to Laravel 5 with Pingpong-Modules to a specific Module -

sql server - Sharing data between stored procedures -