Skip to content

Repository files navigation

ImprovedBoardVision

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.

Setup Instructions to enable video flow from android device

Prerequisites

  • Android device in developer mode and USB debugging enabled
  • DroidCam app installed on the android device
  • Homebrew installed on MacOS device

Steps

  1. Install adb on your MacOS device.
brew install android-platform-tools
  1. Connect your android device to your MacOS device via USB.

  2. Verify that your device is connected.

adb devices
  1. Create a reverse port forwarding from your MacOS device to your android device.
adb reverse tcp:4747 tcp:4747
  1. Enjoy video streaming from your android device to your MacOS device using DroidCam app.

Run the project

In an environment python

python main.py

About

An accessible project for students with visual impairments

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages