Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Oct 10, 2019
1 parent 92499d0 commit 5b9d071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,12 @@ An example automation using the `image_processing.file_saved` event is given bel
event_type: image_processing.file_saved
```

The second image created on new detections has a fixed filename to make it easy to display with the [local_file](https://www.home-assistant.io/components/local_file/) camera. An example configuration is:
## Displaying the `deepstack_latest_{target}.jpg` file
It easy to display the `deepstack_latest_{target}.jpg` image with a [local_file](https://www.home-assistant.io/components/local_file/) camera. An example configuration is:
```yaml
camera:
- platform: local_file
file_path: /Users/robincole/.homeassistant/images/deepstack/deepstack_latest_person.jpg
file_path: /config/www/deepstack/deepstack_latest_person.jpg
name: deepstack_latest_person
```

Expand Down

0 comments on commit 5b9d071

Please sign in to comment.