Skip to content

Commit

Permalink
Merge branch 'master' into positionABS
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdilauters committed Jul 22, 2021
2 parents 2348a08 + 21efe56 commit d1e4822
Show file tree
Hide file tree
Showing 38 changed files with 2,119 additions and 1,076 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ ENV/

# Rope project settings
.ropeproject

# Vim temporary files
*.swp
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ language: python
matrix:
fast_finish: true
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.4.2"
env: TOXENV=lint
- python: "3.7"
env: TOXENV=py37
dist: xenial
- python: "3.8"
env: TOXENV=py38
- python: "3.9"
env: TOXENV=py39
- python: "3.9"
env: TOXENV=mypy
cache: pip
install: pip install -U tox coveralls
script: tox
Expand Down
22 changes: 21 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Python Amcrest
.. image:: https://img.shields.io/pypi/pyversions/amcrest.svg
:target: https://pypi.python.org/pypi/amcrest

A Python 2.7/3.x module for `Amcrest Cameras <https://www.amcrest.com/>`_ using the SDK HTTP API.
A Python 2.7/3.x module for `Amcrest Cameras <https://www.amcrest.com/>`_ using the SDK HTTP API. Amcrest and Dahua devices share similar firmwares. Dahua Cameras and NVRs also work with this module.

Documentation: `http:https://python-amcrest.readthedocs.io/ <http:https://python-amcrest.readthedocs.io/>`_

Expand Down Expand Up @@ -129,6 +129,9 @@ Pseudo-terminals like xterm, ssh, screen and others WONT WORK.
Supportability Matrix
---------------------

Cameras
-------

+-------------------------+---------------+----------+-----------------+
| Model | Tested | Status | Results/Issues |
+=========================+===============+==========+=================+
Expand All @@ -150,11 +153,28 @@ Supportability Matrix
+-------------------------+---------------+----------+-----------------+
| IP3M-HX2 | Yes | working | |
+-------------------------+---------------+----------+-----------------+
| IP4M-1026B | Yes | working | |
+-------------------------+---------------+----------+-----------------+
| IP4M-1051B | Yes | working | |
+-------------------------+---------------+----------+-----------------+
| IP5M-1176EB | Yes | working | |
+-------------------------+---------------+----------+-----------------+
| IP8M-2496EB | Yes | working | |
+-------------------------+---------------+----------+-----------------+
| IP8M-T2499EW-28M | Yes | working | |
+-------------------------+---------------+----------+-----------------+


Network Video Recorders (NVR)
-----------------------------

+-------------------------+---------------+----------+-----------------+
| Model | Tested | Status | Results/Issues |
+=========================+===============+==========+=================+
| XVR DAHUA 5104S | Yes | working | |
+-------------------------+---------------+----------+-----------------+


If you have different model, feel fee to contribute and report your results.


Expand Down
Loading

0 comments on commit d1e4822

Please sign in to comment.