Skip to content

pupil-labs/pyvideoinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyvideoinput

pyvideoinput is a wrapper of the C++ library for capturing video streams presented by Evgeny Pereguda on CodeProject: http://www.codeproject.com/Articles/776058/Capturing-Live-video-from-Web-camera-on-Windows-an Repository: ssh://git@git.codeproject.com/evgeny-pereguda/videoinput

Installation

git clone http://github.com/pupil-labs/pyvideoinput
open command line and navigate to local git folder
run "setup.py install"

Example code

test.py imports the module and runs it. Requires OpenCV.

Build Library