Skip to content

Commit

Permalink
Incorrect link for Amcrest AD110 Video Doorbell #26
Browse files Browse the repository at this point in the history
  • Loading branch information
rodpayne authored Jan 7, 2025
1 parent 42a10e4 commit 9d3a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ I have the following camera related components installed in my configuration.
[Frigate NVR Add-on](https://github.com/blakeblackshear/frigate) | "A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras." | This adds object detection for even cheap cameras (without running it in the cloud), so that events can be triggered based on a person moving rather than leaves and shadows moving. The Google Coral USB Accellerator gives enough performance to run this on a Raspberry Pi. |
[Frigate Integration](https://github.com/blakeblackshear/frigate-hass-integration) | Integrates Frigate with Home Assistant. | Configures all entities to control Frigate and receive updates. Frigate publishes event information in the form of a change feed via MQTT. |
[Wyse Cam V2](https://wyze.com/wyze-cam-v2.html) | A cheap indoor camera with audio. | Using the [alternate Wyse RTSP firmware](https://download.wyzecam.com/firmware/rtsp/demo_4.28.4.51.bin) to access the camera stream locally. I experimented with the [Xiaomi Dafang Hack](https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks), which was interesting, but could not get any more reliability than the Wyze firmware. |
[Amcrest AD110 Video Doorbell](https://amcrest.com/smarthome-2-megapixel-wireless-doorbell-security-camera-1920-x-1080p-wifi-doorbell-camera-ip55-weatherproof-two-way-audio-ad110.html) | Good quality video doorbell with local RTSP communication and two-way audio. | Have not had any problems with it. |
[Amcrest AD110 Video Doorbell](https://amcrest.com/2mp-wifi-camera-doorbell-ad110.html) | Good quality video doorbell with local RTSP communication and two-way audio. | Have not had any problems with it as long as I keep the Night Vision turned off so that it does not overheat. |
[amcrest2mqtt](https://github.com/dchesterton/amcrest2mqtt) | A simple app to expose all events generated by an Amcrest device to MQTT using the [python-amcrest](https://github.com/tchellomello/python-amcrest) library. | Has entities for things like amount of storage used on the SD card, but there is nothing essential that it provides that I have used so far. |
[packages/security_camera.yaml](https://github.com/rodpayne/home-assistant/blob/main/.homeassistant/packages/security_camera.yaml) | Configuration and automations | |
[www/camera_video.html](https://github.com/rodpayne/home-assistant/blob/main/.homeassistant/www/camera_video.html) | This webpage displays the video from a security camera. It uses a variety of technologies to find one that will work in a particular browser and keeps it running. | Can be used in a Lovelace [Webpage (iframe) card](https://www.home-assistant.io/lovelace/iframe/) or panel, as an [iframe-fullscreen custom panel](https://www.technicallywizardry.com/home-assistant-custom-panels/), or stand-alone in a browser. |
Expand Down

0 comments on commit 9d3a12f

Please sign in to comment.