From e308244bd1a8ade75479a454006ee10d7ff0d634 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 17 Mar 2016 15:40:51 -0400 Subject: Added installation and instructions to readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 619ff9f..4942622 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,23 @@ A program that takes a video from your webcam, puts it through a random function, then shows the resulting video. This program is like [AutoArt](http://github.com/pommicket/AutoArt), but it takes a video from your webcam and turns it into AutoArt. + +AutoCam requires: + - Python + - OpenCV + - Numpy + +On Ubuntu/Debian, these can be installed using: +```bash +sudo apt-get install python python-opencv python-numpy +``` + +On other platforms, you can use pip to install the dependencies. + +To run AutoCam: +```bash +cd the/directory/where/AutoCam/is +python rgbautocam.py +``` + +You can replace rgbautocam with autocam if you want the R, G, and B functions to be the same. -- cgit v1.2.3