KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
294 stars 45 forks source link

feature request: picture quality in 5% steps #204

Closed muellerto closed 1 year ago

muellerto commented 1 year ago

Currently the quality of the resulting JPEG images can be adjusted in 10% steps. I would like to have a setting of 95%, this is what I use in other apps, so I would prefer 5% steps. Even better would be a possibility to set it directly on a numeric value, say 97% or 82%. If someone wants it, why not?

KillerInk commented 1 year ago

hi normaly i would say, edit the settings file to your needs, but there its not possible. related code is there

https://github.com/KillerInk/FreeDcam/blob/1a7cb6d6242dce6b378e8c093e0571676552af1c/app/src/main/java/freed/cam/apis/camera2/parameters/modes/JpegQualityModeApi2.java#L23-L26

feel free to create a pr

muellerto commented 1 year ago

I felt free to make this issue here.