An accessible project for students with visual impairments. ImprovedBoardVision captures the blackboard or whiteboard and retransmits it to the student after processing it through a pipeline of visual enhancement steps, such as edge detection and luminosity and contrast enhancement.
- Android device in developer mode and USB debugging enabled
- DroidCam app installed on the android device
- Homebrew installed on MacOS device
- Install adb on your MacOS device.
brew install android-platform-tools-
Connect your android device to your MacOS device via USB.
-
Verify that your device is connected.
adb devices- Create a reverse port forwarding from your MacOS device to your android device.
adb reverse tcp:4747 tcp:4747- Enjoy video streaming from your android device to your MacOS device using DroidCam app.
In an environment python
python main.py