Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 888 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 888 Bytes

Object tracking and robotic arm control

Introduction

This is a small project to use OpenCV 3 to control OWI robotic arm

It is based on couple of other projects

It will track your fist (left hand) and move OWI robotic arm according your movement in x or y direction

Installation

If you are using anaconda python dist, you will need to install OpenCV

conda install -f  -c menpo opencv3

and install pyusb

pip install pyusb