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

Camera mode - allow resolution setting #505

Open
BryanQuigley opened this issue Jan 26, 2025 · 0 comments
Open

Camera mode - allow resolution setting #505

BryanQuigley opened this issue Jan 26, 2025 · 0 comments

Comments

@BryanQuigley
Copy link

Looking to add a setting to set a resolution lower then the native default. Taking a look at the code it seems do-able as the QR bit limits the resolution - here.

The bigger question (in my mind) is what settings make sense to expose. A quick test has me coming up with the following for a very simple picture.
2.1MP1080 × 1920 - 192 KB
4.1MP1512 × 2688 - 314.4 KB
8.3MP2160 × 3840 - 534.8 KB
12.5MP3072 × 4080 (native for pixel 8) - 783.2 KB

I've had native resolution for a single picture go up to 10MB, my goal is to save space mostly by limiting it to a resolution I'll actually use .

Could be any of the following additional settings

  • explicit 8MP option
  • reduced resolution option that is relative to the native resolution, so maybe a 2/3rds and 1/3 option
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

No branches or pull requests

1 participant