Breta01 / docus

Android application for scanning and managing documents.
https://play.google.com/store/apps/details?id=com.bretahajek.docus
GNU General Public License v3.0
51 stars 7 forks source link

Darker images on my device of documents #20

Closed Thewisem closed 2 years ago

Thewisem commented 3 years ago

Your detection algorthm and everyhing is ok. But I am having darker images than when I am taking a normal shot Device: Samsung Galaxy Tab A OS: SM P555

Breta01 commented 3 years ago

Interesting. First thing I need to know, at which point does the darkening occur? Is it already during the preview (with resizing bounding box) or only once after taking the image? Or does it happen during the export?

Thewisem commented 3 years ago

Preview

Thewisem commented 3 years ago

When I start the camera part, it becomes dark instantly.

Breta01 commented 3 years ago

Ok, it looks as issue related to the android's cameraX library: https://issuetracker.google.com/issues/148045396 I guess updating cameraX to latest version 1.0.0-beta07 in app/build.gradle would be a~good start. Do you think that you could try to update it by yourself? I won't be able to work on this until end of May.

Thank you

Thewisem commented 3 years ago

Sorry I don't code

Breta01 commented 3 years ago

Sure, no problem, I will let you know once I get a chance to update that :slightly_smiling_face:

Breta01 commented 2 years ago

Hi @Thewisem are you still using the application. Can you confirm if latest update fixed the problem? So we can close this issue

Thank you

Thewisem commented 2 years ago

No worries, I checked. Works fine for me. You can close this issue.

Breta01 commented 2 years ago

Great! Thank you