mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-24 11:56:47 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Arlo Camera | Instructions how to integrate your Netgear Arlo cameras within Home Assistant. | 2016-05-30 10:00 | true | false | true | true | arlo.png | Camera | 0.46 | Cloud Polling |
To get your Arlo cameras working within Home Assistant, please follow the instructions for the general Arlo component.
This component is not yet able to live stream from your Arlo camera, but it will be able to playback the last video capture.
Once you have enabled the Arlo component, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
- platform: arlo
ffmpeg_arguments: '-pred 1 -q:v 2'
Configuration variables:
- ffmpeg_arguments: (Optional): Extra options to pass to ffmpeg, e.g., image quality or video filter options.
Note: To be able to playback the last capture, it is required to install the ffmpeg
component. Make sure to follow the steps mentioned at FFMPEG documentation.