Skip to content

Instantly share code, notes, and snippets.

@hkulekci
Created August 24, 2014 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkulekci/ebcc44197ae64e6f1921 to your computer and use it in GitHub Desktop.
Save hkulekci/ebcc44197ae64e6f1921 to your computer and use it in GitHub Desktop.

CamServer

Testing on Ubuntu 12.04.4 x64.

Install to your system Pygame requirement

sudo apt-get install python-opencv python-pygame

Clone the repo to your virtual environment

git clone git@github.com:halitalptekin/camserver.git camserver/

Create a Virtual Environment and activet it.

virtualenv camserver
cd camserver
source bin/activate

Some installations for server on Ubuntu

pip install flask
pip install gevent gevent-websocket

pip install https://github.com/sightmachine/SimpleCV/zipball/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment