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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -