Skip to content

Commit fa90f68

Browse files
committed
Merge branch 'camera_push' of github.com:dgomes/home-assistant.github.io into camera_push
2 parents 884e0ab + 5674f80 commit fa90f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/camera.push.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ ha_release: 0.73
1515

1616
The `push` camera platform allows you to integrate images sent over HTTP POST to Home Assistant as a camera. External applications/daemons/scripts are therefore able to "stream" images through Home Assistant.
1717

18-
Optionally the Push Camera is able to **cache** a given number of images, creating an animation of the detected motion, after the event has been recorded.
18+
Optionally the Push Camera can **cache** a given number of images, creating an animation of the detected motion after the event has been recorded.
1919

2020
Images are cleared on new events, and events are separated by a soft (configurable) **timeout**.
2121

2222
## Integration with motionEye
2323

24-
The `push` camera can as an example be used with [motionEye](https://github.com/ccrisan/motioneye/wiki) a web frontend for the motion daemon. motionEye is usually configured to save/record files ***only*** when motion is detected. It provides a hook to run a command whenever an image is saved, which can be used together with cURL to send the motion detected images to the `push` camera, as showed in this example:
24+
The `push` camera can as an example be used with [motionEye](https://github.com/ccrisan/motioneye/wiki) a web frontend for the motion daemon. motionEye is usually configured to save/record files ***only*** when motion is detected. It provides a hook to run a command whenever an image is saved, which can be used together with cURL to send the motion detected images to the `push` camera, as shown in this example:
2525

2626
In motionEye, under **File Storage -> Run A Command** type in:
2727
```bash
@@ -30,7 +30,7 @@ curl -X POST -F "image=@%f" http://my.hass.server.com:8123/api/camera_push/camer
3030

3131
Please take note that you might need to add `-H "x-ha-access: YOUR_PASSWORD"` if you have API authentication enabled.
3232

33-
Optionally configure motionEye to save only motion triggered images by going into **Still Images -> Capture Mode** and setting **Motion Triggered**. And tune to your preferences under **Motion Detection**.
33+
Optionally configure motionEye to save only motion triggered images by going into **Still Images -> Capture Mode** and setting **Motion Triggered**. Tune your preferences under **Motion Detection**.
3434

3535
In this setup, you can configure the push camera to continuously replay the last motion triggered event using a configuration such as:
3636

0 commit comments

Comments
 (0)