openmv/usr
2018-05-25 20:53:36 +02:00
..
data/haar Add cat face Haar cascade. 2017-07-11 23:49:27 +02:00
openmv-cascade.py Remove unnecessary loops in Haar importer 2017-07-11 01:52:31 +02:00
openmv-fb.py Fix openmv-fb.py script. 2017-12-13 01:59:46 +02:00
openmv-test.py Add script to stress test OpenMV connect/exec/stop. 2018-05-21 18:43:53 +02:00
openmv.py Add ARCH_STR command. 2016-08-14 15:12:43 +02:00
README.md python-vte is needed (at least for ubuntu 14.04) for openmv-ide.py 2014-10-15 12:00:22 -07:00

Installing the Python OpenMV-IDE

Install libusb

For Linux

$ sudo apt-get install libusb-1.0-0 python-vte

For Everything else

Download and install: http://www.libusb.org/

Install PyUSB

$ sudo pip install --pre pyusb

Use the --pre flag if you are getting the following error. It tells pip to accept pre-release (alpha, beta) versions.

Could not find a version that satisfies the requirement pyusb (from versions: 1.0.0a2, 1.0.0a2, 1.0.0a3, 1.0.0a3, 1.0.0b1)

Install pySerial

$ sudo pip install pySerial