Skip to content

Commit c77d2ad

Browse files
colinodellpvizeli
authored andcommitted
Document the steam_source option for Amcrest cameras (home-assistant#1735)
* Document the steam_source option for Amcrest cameras See home-assistant/core#5217 * Add note about improving MJPEG image quality
1 parent f4c103a commit c77d2ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/camera.amcrest.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ Configuration variables:
3333
- **name** (*Optional*): This parameter allows you to override the name of your camera. The default is "Amcrest Camera".
3434
- **port** (*Optional*): The port that the camera is running on. The default is 80.
3535
- **resolution** (*Optional*): This parameter allows you to specify the camera resolution. For a high resolution (1080/720p), specify the option `high`. For VGA resolution (640x480p), specify the option `low`. If omitted, it defaults to *high*.
36+
- **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*.
3637

38+
**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.

0 commit comments

Comments
 (0)