GithubHelp home page GithubHelp logo

imclab / pi-eye Goto Github PK

View Code? Open in Web Editor NEW

This project forked from capitalfactory/pi-eye

0.0 1.0 0.0 11.01 MB

Raspberry PI-based camera-based instrumentation for the Capital Factory in Austin, TX

Home Page: http://capitalfactory.github.io/pi-eye

License: MIT License

pi-eye's Introduction

pi-eye

Raspberry PI-based camera-based instrumentation

Initially, we are building a service that detects when a conference room is in use at the Capital Factory and makes that information available to members. Because we are using images instead of motion detectors, we can do a lot more interesting things in the future.

Development starts 1/13/14.

Initial Team:

  • Joshua Ellinger (CTO/Exemplar Technologies)
  • Chris Brown (UT Grad Student)
  • Connor Smith (UT CS Student)

Configuration

AWS connection

The script uses boto, so the usual boto config locations (~/.boto, /etc/boto.cfg) are used. This also means that environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY with precedence as defined by boto.

Commands

  1. pi-eye timelapse (run from this package on the Raspberry Pi) will upload a picture to S3 with ID "pi2" every 15 seconds. Option examples:

     --interval 60   # Upload every 60 seconds
     --rotation 180  # Rotate the camera output by 180° before uploading
     --id pi3        # Use id "pi3" (thus, upload to /images/pi3 instead)
    

Currently this is lazy and does not actually upload X seconds, but X seconds + how long it takes to capture and upload the image.

  1. pi-eye app

    Assuming that you cloned this repo like into /www/pi-eye, and installed nginx, you should link in the config file so that you don't have to run the Bottle app as root, but still listen on :80, by having nginx back-proxy requests to the Bottle app listening on :8091 (the default). Run this: ln -sf /www/pi-eye/proxy.nginx /etc/nginx/sites-enabled/pi-eye

pi-eye's People

Contributors

chbrown avatar joshuaellinger avatar sathoro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.