Open taiping-z opened 7 years ago
Hi,
I want to know how to set autofocus mode fixed, and fixed brightness gain. I used the code based on android_tutorial_camera.
My phone supported focus modes are
0 = "auto" 1 = "infinity" 2 = "continuous-picture" 3 = "continuous-video" 4 = "manual" 5 = "fullscan"
get by List<String> moddes = camParams.getSupportedFocusModes();
List<String> moddes = camParams.getSupportedFocusModes();
What should I do to fix focus length, and brightness gain?
What is fullscan model ?
fullscan model
Any help would be appreciated.
Regards, Taiping Oct 22, 2017
Hi,
I want to know how to set autofocus mode fixed, and fixed brightness gain. I used the code based on android_tutorial_camera.
My phone supported focus modes are
get by
List<String> moddes = camParams.getSupportedFocusModes();
What should I do to fix focus length, and brightness gain?
What is
fullscan model
?Any help would be appreciated.
Regards, Taiping Oct 22, 2017