End of semester project presentation abstract
Reading the settings on a DSLR camera can be difficult due to the small size of the display screen on the camera and inside its viewfinder.
This project will develop an interface to DSLR cameras which will assist vision-impaired photographers to operate the camera.
Using an Arduino microcontroller as a go-between, the camera will pass the values of its current settings to an Android smartphone which will then display them on its own, much larger screen, and (as a secondary project goal) read them aloud with text-to-speech software.
Currently, the Arduino-to-Android via bluetooth connection is implemented. Future work includes the camera-to-Arduino connection, and the data processing and display that will be done by the smartphone.