forked from aneisch/home-assistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
camera.yaml
38 lines (30 loc) · 912 Bytes
/
camera.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#- platform: generic
# still_image_url: !secret weather_url
# name: Weather
# Updating this with cronjob
- platform: local_file
file_path: /tmp/radar.gif
name: Weather Radar
- platform: local_file
file_path: /config/www/mail_and_packages/mail_today.gif
name: mail_usps
- platform: mjpeg
mjpeg_url: http://10.0.0.26:8080/?action=stream
name: Outdoor
#- platform: arlo
#ffmpeg_binary: '/usr/bin/ffmpeg'
#ffmpeg_arguments: '-q:v 5'
- platform: aarlo
ffmpeg_arguments: '-pred 1 -q:v 2'
- platform: ffmpeg
input: /opt/nodered/garden_timelapse/garden_timelapse.mp4
name: Garden Timelapse
extra_arguments: '-q:v 2 -r 3'
- platform: ffmpeg
input: /opt/nodered/front_timelapse/front_timelapse.mp4
name: Front Timelapse
extra_arguments: '-q:v 2 -r 3'
- platform: ffmpeg
input: /opt/nodered/side_timelapse/side_timelapse.mp4
name: Side Timelapse
extra_arguments: '-q:v 2 -r 3'