mWater / mWater-Android-App

An Android App that snaps a picture of a petrifilm, counts the bacteria and posts the counts on a server for the mWater project
https://github.com/AndroidImageProcessing
GNU General Public License v3.0
24 stars 16 forks source link

Draw slider in OpenCV showing user if they are in or out of focus #47

Closed darrenhinderer closed 12 years ago

darrenhinderer commented 12 years ago

I work on an app that uses barcode scanning and what we found is that really cheap phones, like the ones you want this to run on, won't have camera's with autofocus capability.

For our app, we just disable the barcode scanning capability in our app when we detect the lack of autofocus. But it sounds like it might be critical to your project. Anyway, it's something to look into and i would definitely try to get a hold of one of the prospective devices.

cesine commented 12 years ago

We are going to try to detect focus using an algorithm over the image preview that OpenCV is getting. @darrenhinderer we will post back our results here in a few months.