Coder Social home page Coder Social logo

ZanzoCam - Python module

Unit Tests Coverage Status

Python module of ZanzoCam, a remote camera for autonomous operation in isolated locations, based on Raspberry Pi.

See the full documentation for this project here and the internal docs here)

Setup

This package provides the z-webcam command to a Raspberry Pi OS, once all the prerequisites are satisfied.

It can be installed on a Raspberry Pi with:

pip install "zanzocam[deploy] @ git+https://github.com/ZanzoCam/zanzocam-core.git"

Tests

Tests should be run on a Raspberry Pi, but the unit tests can be run also on another machine or on a CI.

To make a test install on a Raspberry Pi, run:

git clone https://github.com/zanzocam/zanzocam-core.git
cd zanzocam-core
pip install -e .[test-on-rpi]
pytest

Docs

To build the docs, first install the dependencies (on any machine) with:

pip install "zanzocam[docs] @ git+https://github.com/ZanzoCam/zanzocam-core.git"

Then move into the docs and execute:

make html

You will get the resulting doc pages under build/html.

Contribute

This project is young and we have no definite contributing guidelines yet. Open an issue, make a small PR or get in touch with the developers at [email protected] before investing a lot of time into a feature or a bugfix.

As a starting point, here are my current guidelines:

  • The system must stay small and simple.
  • The system must stay monolithic and fully executable on the Raspberry (no server components here, see this repo if you want to improve the server side).
  • Always make sure all tests pass before sending a PR.
  • Keep the code tidy, short and heavily commented.
  • ZanzoCam must support Raspberry Pi Camera v2 and HQ from a Raspberry Pi Zero W in its base version.

Get in touch

You can reach out at [email protected] for any question or remark that doesn't fit as a GitHub issue.

ZanzoCam's Projects

zanzocam-control-panel icon zanzocam-control-panel

Remote control panel for ZanzoCam, a remote camera for autonomous operation in isolated locations, based on Raspberry Pi. https://zanzocam.github.io

zanzocam-core icon zanzocam-core

Python module of ZanzoCam, a remote camera for autonomous operation in isolated locations, based on Raspberry Pi. https://zanzocam.github.io

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.