Metadata-Version: 2.1
Name: motioneye.eo
Version: 22.1.9
Summary: multilinguage interface for motion
Home-page: https://github.com/jmichault/motioneye.eo
Author: Calin Crisan, Jean Michault, ...
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jmichault/motioneye.eo/issues
Keywords: motion,video,surveillance,frontend
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# What is motionEye.eo?

motionEye.eo is an online interface for the software [ _motion_ ](https://motion-project.github.io/), a video surveillance program with motion detection.

It's a split of [ _motionEye_ ](https://github.com/ccrisan/motioneye) with the addition of internationalization.  
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 :

You need :
* a linux machine (tested only on debian bullseye).
* python3 and python3-pip.
* recommended : python3-tornado ,python3-jinja2 ,python3-pillow ,python3-pycurl ,python3-babel ,python3-numpy ,python3-boto3

```
sudo pip install motioneye.eo
sudo motioneye_init
```

# Upgrade
```
sudo systemctl stop motioneye
sudo pip install motioneye.eo --upgrade
sudo systemctl start motioneye
```

# Documentation
[Clik here to view documentation](https://jmichault.github.io/motioneye.eo-dok/)



