Giter Club home page Giter Club logo

spacebrew-python-opencv_motion_sensor's Introduction


ABOUT


  • App: spacebrew-python-examples
  • Team: labatrockwell, phooky (github)

Description:

  • This project is a set of tools and examples for interfacing to SpaceBrew through python code.
  • The spacebrewInterface is a python API that allows easy communication with SpaceBrew.
  • The spacebrewLink is a dynamic python tool that makes sharing variables between SpaceBrew and python code as seemless as possible.
  • The opencvBackground is a openCV based background difference detector (motion sensor) that supports a region of interest (ROI) that can be remotely configured and viewed over SpaceBrew.

Documentation

  • In Progress

SETUP


Hardware Requirements:

  • Machine capable of running python, node (spacebrew), and for the opencvBackground, OpenCV must be installed.

Dependencies:

  • python websocket-client library
    • 'pip install websocket-client'
    • Be aware that there is another python package called 'websocket' that uses the same package name. If you have websocket installed you will need to uninstall it before installing websocket-client. (You can uninstall if with 'pip uninstall websocket'.)
  • python feedparser
    • 'pip install feedparser'
  • python opencv
    • Debian: sudo apt-get install python-opencv
    • OS X Macports: sudo port install opencv +python27 +universal
    • OS X Brew: brew install.... (I don't really know)
  • opencv dev files
    • Debian: sudo apt-get install libopencv-dev
    • OS X Macports: sudo port install opencv +python27 +universal
    • OS X Brew: ???

Local:

  1. Run a SpaceBrew server
  2. Open the SpaceBrew web admin
  3. Run the examples

MORE INFO


  • To-Dos *

  • Troubleshooting *

  • Credits

    • phooky (github) / Adam Mayer - For his work on the original spacebrew python api
  • Licensing

    • Open-source (BSD license)
  • Notes *

spacebrew-python-opencv_motion_sensor's People

Contributors

phooky avatar adenine avatar quinkennedy avatar julioterra avatar

Watchers

 avatar Brett Renfer avatar  avatar James Cloos avatar  avatar james tichenor avatar

spacebrew-python-opencv_motion_sensor's Issues

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.