Skip to content

ardtieboy/campy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Campy

This app serves as a security camera with pan and tilt functionality. The app is designed to run on a Raspberry Pi.

Running

First install the dependencies in your python environment:

pip install -r requirements.txt

Next run the application

python run.py

In order to run on the Raspberry Pi (without the mock)

python run.py --camera pi --tripod pi

Note that this should be run as the 'pi' user, otherwise the camera is doing strange things.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • HTML 11.0%