I've added more command line options for the CameraPhoto unit. I didn't change the shell script that calls it, because I am not good at sh scripting. But it can be used directly, as such: /data/data/com.termux/files/usr/libexec/termux-api CameraPhoto --es camera 0 --es preview_time 400 --es flash auto --es no_processing on --es focus 620 --es file /data/data/com.termux/files/home/storage/dcim/Camera/testiso5.jpg
I've only tested it on my Xiaomi Mi Note 10 main camera, but from my experience with other Android Camera2 API somethings might or might not work on other phones. Many of them do not respect the standard, report wrong capabilities, and so on. So I would appreciate if people could verify it on their phone. I've left a few debug things on, such as printing some of the parameters, but I can remove that if desired. This is the first time I am contributing to someone's else project, so please be kind to me if I made any mistakes :)
I've added more command line options for the CameraPhoto unit. I didn't change the shell script that calls it, because I am not good at sh scripting. But it can be used directly, as such: /data/data/com.termux/files/usr/libexec/termux-api CameraPhoto --es camera 0 --es preview_time 400 --es flash auto --es no_processing on --es focus 620 --es file /data/data/com.termux/files/home/storage/dcim/Camera/testiso5.jpg I've only tested it on my Xiaomi Mi Note 10 main camera, but from my experience with other Android Camera2 API somethings might or might not work on other phones. Many of them do not respect the standard, report wrong capabilities, and so on. So I would appreciate if people could verify it on their phone. I've left a few debug things on, such as printing some of the parameters, but I can remove that if desired. This is the first time I am contributing to someone's else project, so please be kind to me if I made any mistakes :)