Open lois-lee opened 6 years ago
As for the GUI, below are functionalities to include: Need/Strongly want:
Want:
Wish:
@ll678 I think my first comment in this issue is a good explanation of progress and next steps I talked about today. Basically, the mobile app still needs to 1) Access and display images from an external camera, i.e. the endoscope
I'm currently working on documenting the mobile app code. When I'm done, would you like me to send it to you or contribute it to the repository?
@HannahSi You can contribute the documentation to the repository. Thank you!
We currently have two programs: one is run on a computer and streams the computer's own camera or an external camera (the endoscope, connected by USB) while calculating average light intensity of the video frames; the other is an Android app that currently streams feedback from the phone's own camera(s) with constant exposure.
The two functionalities still need to be integrated into the smartphone app. This has been more difficult because the Android libraries cannot directly access external cameras. Instead, we are considering using the OpenCV library (which we will use anyway for image processing) or a third party library (see https://stackoverflow.com/questions/37828376/android-open-external-uvc-camera-instead-hardware-camera) to communicate with the endoscope camera.