Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more options for the CameraPhoto #694

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raduprv
Copy link

@raduprv raduprv commented Jul 18, 2024

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 :)

raduprv added 2 commits July 18, 2024 01:44
Added a few new features:
Fixed the sensor max resolution, before it was limited to 12MP, at least on my Xiaomi Mi Note 10.
Added support for setting the iso/exposure time, EV compensation, flash control (the auto mode doesn't work on my phone though), and focus distance.
Added support for setting the preview time
@g-l-i-t-c-h-o-r-s-e
Copy link

Would love to see this integrated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants