Skip to content

Instantly share code, notes, and snippets.

@groakat
Created September 12, 2016 14:40
Show Gist options
  • Save groakat/f368ebb19031e31a0eeb0591c56f902b to your computer and use it in GitHub Desktop.
Save groakat/f368ebb19031e31a0eeb0591c56f902b to your computer and use it in GitHub Desktop.

Software

Preparation

Install Anaconda

  • Download and install Anaconda https://www.continuum.io/downloads (make sure to use version 2.7 and not the 3.x version)
  • During installation, install for User only and leave all standard settings like the are

Install further dependencies

  • open anaconda prompt
  • type: pip install simplecv, conda install pyside (confirm by pressing y) and pip install https://github.com/hmeine/qimage2ndarray/archive/master.zip, conda install -c menpo opencv3, conda install pyserial

Install Arduino software/driver

Download the windows installer from http://www.arduino.org/downloads and install it keeping all the standard settings. (a couple of drivers will be installed as well, including the Atmel drivers)

Install webcamSeriesCapture

  • type pip install https://github.com/groakat/webcamSeriesCapture/archive/master.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment