Git Product home page Git Product logo

motioneye's Introduction

What is motionEye?

motionEye is an online interface for the software motion , a video surveillance program with motion detection.

Check out the wiki for more details. Changelog is available on the releases page.

The supported languages are:

  • French
  • Esperanto
  • English

The following languages have been translated by machine translation and must be corrected:

  • Arabic ( ﺎﻠﻋﺮﺒﻳﺓ )
  • Bengal ( বাংলা) )
  • German ( Deutsch )
  • Hispana ( Español )
  • Hindi ( _हिन्दी _ )
  • Itala ( Italiano )
  • Japan ( 日本語 )
  • Malay ( ﺐﻫﺎﺳ ﻡﻼﻳﻭ )
  • Punjab ( _ਪੰਜਾਬੀ _ )
  • Portugal ( Português )
  • Russian ( русский язык )
  • Chinese ( 中文 )

Installation

These install instructions are constantly tested via CI/CD pipeline on Debian Bullseye and Ubuntu Focal.

  1. Install Python 3.7 or later and build dependencies

    Here the commands for APT-based Linux distributions are given.

    On ARMv6 and ARMv7 systems:

    sudo apt update
    sudo apt --no-install-recommends install ca-certificates curl python3 python3-distutils

    On all other architectures additional development headers are required:

    sudo apt update
    sudo apt --no-install-recommends install ca-certificates curl python3 python3-dev libcurl4-openssl-dev gcc libssl-dev
  2. Install the Python package manager pip

    curl -sSfO 'https://bootstrap.pypa.io/get-pip.py'
    sudo python3 get-pip.py
    rm get-pip.py

    On ARMv6 and ARMv7 systems, additionally configure pip to use pre-compiled wheels from piwheels:

    printf '%b' '[global]\nextra-index-url=https://www.piwheels.org/simple/\n' | sudo tee /etc/pip.conf > /dev/null
  3. Install and setup motionEye

    sudo python3 -m pip install 'https://github.com/motioneye-project/motioneye/archive/dev.tar.gz'
    sudo motioneye_init

    NB: motioneye_init currently assumes either an APT- or RPM-based distribution with systemd as init system. For a manual setup, config and service files can be found here: https://github.com/motioneye-project/motioneye/tree/dev/motioneye/extra

Upgrade

sudo systemctl stop motioneye
sudo python3 -m pip install --upgrade --force-reinstall --no-deps 'https://github.com/motioneye-project/motioneye/archive/dev.tar.gz'
sudo systemctl start motioneye

motioneye's People

Contributors

badele avatar bob-lee avatar cclauss avatar ccrisan avatar darmbrust avatar dermotduffy avatar donvipre avatar hawtdogflvrwtr avatar hobbyquaker avatar jeff-h avatar jennettwheeler avatar jmichault avatar kilisima avatar kleini avatar manzari avatar marcelcoding avatar marcopaganini avatar mcd1992 avatar michaing avatar moonlitknight avatar mrnt avatar paulannekov avatar seaniedan avatar sirdel avatar tomg736 avatar tunkio avatar ualex73 avatar vlsarro avatar yurnov avatar zagrim 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.