Skip to content

Commit fbbaeec

Browse files
committed
Add Android IP Webcam docs
1 parent 81d2324 commit fbbaeec

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: page
3+
title: "Android IP Webcam Camera"
4+
description: "Instructions how to integrate Android IP Webcam cameras within Home Assistant."
5+
date: 2015-07-11 0:36
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: Camera
11+
logo: android_ip_webcam.png
12+
ha_release: "0.40"
13+
ha_iot_class: "Local Polling"
14+
---
15+
16+
17+
The `android_ip_webcam` component adds a camera by default if you choose not to use the component but still want to see the video feed then the [`mjpeg` camera](/components/camera.mjpeg/) platform can be used.
18+
19+
To enable only the camera in your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
camera:
24+
- platform: mjpeg
25+
mjpeg_url: http://IP_ADDRESS:8080/video
26+
```
27+

0 commit comments

Comments
 (0)