AguaClara / sensor_dev

The sensor development team's repo.
0 stars 6 forks source link

Eliminating light gain in endoscope images #17

Open lois-lee opened 6 years ago

lois-lee commented 6 years ago

When we talked to Monroe we were trying to see if we could adjust and turn off light gain. We don't think it's resolvable by programming so we're going to cover one half of it up and then use it as a control to manually determine the light gain factor

HannahSi commented 6 years ago

The light gain issue is actually close to being resolved programmatically! The Android camera library used in the Android app code (see sensor_dev/code/AguaClara Turbidity) is able to set a constant exposure compensation for the front and rear cameras on the Android phone we tested on. We just need to find a way to access the endoscope camera through the app and make the same parameter change.