Skip to content

Simple implementation of a camera gateway to use with webcams.

Notifications You must be signed in to change notification settings

labviros/is-webcam-camera-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

PyGame

It's recommended to compile PyGame from source. To do so, follow the commands bellow.

$ sudo apt-get update
$ sudo apt-get install -y --no-install-recommends    \
    git python3-dev python3-setuptools python3-numpy \
    libsdl-image1.2-dev libsmpeg-dev libsdl1.2-dev  
$ git clone https://github.com/pygame/pygame -b 1.9.6
$ cd pygame
$ python3 setup.py build
$ sudo python3 setup.py install

Others dependencies

$ pip3 install --user -r requirements.txt

About

Simple implementation of a camera gateway to use with webcams.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages