DiscoTrayStudios / WaterQualityTester

An app that analyzes water test strips from Varify and aggregates the results for geographic analysis
MIT License
1 stars 3 forks source link

Streamline image-taking process #44

Closed reidst closed 5 months ago

reidst commented 1 year ago

Describe the incomplete feature When an image is taken which cannot be fully processed by the computer vision library, the user is taken to a different screen where they have the choice to proceed to the results page (and view invalid data) or go back to the camera page to take another picture. This can be slow and tedious.

Describe the solution you'd like If the image cannot be completely processed, stay on the camera page and give the user a pop-up notification describing the error (currently, one of "cannot find color key" or "cannot find test strip"). If the image is completely processed, go straight to the results page.