home-assistant.io/source/_components/camera.arlo.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Arlo Camera Instructions on 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.