Skip to content

Commit 2e84ff3

Browse files
tchellomellofabaff
authored andcommitted
Added supportability matrix link from the github page of python-amcrest project (home-assistant#1850)
1 parent 1b7caca commit 2e84ff3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

source/_components/camera.amcrest.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ Configuration variables:
3636
- **stream_source** (*Optional*): The data source for the live stream. `mjpeg` will use the camera's native MJPEG stream, whereas `snapshot` will use the camera's snapshot API to create a stream from still images. If omitted, it defaults to *mjpeg*.
3737

3838
**Note:** Amcrest cameras with newer firmwares no longer have the ability to stream `high` definition video with MJPEG encoding. You may need to use `low` resolution stream or the `snapshot` stream source instead. If the quality seems too poor, lower the `Frame Rate (FPS)` and max out the `Bit Rate` settings in your camera's configuration manager.
39+
40+
To check if your Amcrest camera is supported/tested, visit the [supportability matrix](https://github.com/tchellomello/python-amcrest#supportability-matrix) link from the `python-amcrest` project.

source/_components/sensor.amcrest.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ Configuration variables:
4141
- **motion_detector**: Return True/False when a motion is detected
4242
- **sdcard**: Return the SD card usage by reporting the total and used space
4343
- **ptz_preset**: Return the number of PTZ preset positions configured for the given camera
44+
45+
To check if your Amcrest camera is supported/tested, visit the [supportability matrix](https://github.com/tchellomello/python-amcrest#supportability-matrix) link from the `python-amcrest` project.

0 commit comments

Comments
 (0)