mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00

* Added documentation to Amcrest camera to support high/low camera resolution * Fixed typo
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Amcrest IP Camera | Instructions how to integrate Amcrest IP cameras within Home Assistant. | 2016-11-24 10:00 | true | false | true | true | amcrest.png | Camera | 0.34 |
The amcrest
platform allows you to integrate your Amcrest IP camera in Home Assistant.
To enable your camera in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
- platform: amcrest
host: IP_ADDRESS
username: USERNAME
password: PASSWORD
Configuration variables:
- host (Required): The IP address or hostname of your camera. If using hostname, make sure the DNS works as expected.
- username (Required): The username for accessing your camera.
- password (Required): The password for accessing your camera.
- name (Optional): This parameter allows you to override the name of your camera. The default is "Amcrest Camera".
- port (Optional): The port that the camera is running on. The default is 80.
- 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 optionlow
. If omitted, it defaults to high.