added a Wyzecam v2 with the RTSP firmware
This commit is contained in:
parent
501198f1a0
commit
17e0d767b4
|
@ -8,9 +8,12 @@
|
||||||
camera:
|
camera:
|
||||||
- platform: mjpeg
|
- platform: mjpeg
|
||||||
name: Garage Door Cam
|
name: Garage Door Cam
|
||||||
mjpeg_url: !secret garage_cam
|
mjpeg_url: !secret garage_cam # foscam
|
||||||
- platform: aarlo
|
- platform: aarlo
|
||||||
ffmpeg_arguments: '-pred 1 -q:v 2'
|
ffmpeg_arguments: '-pred 1 -q:v 2'
|
||||||
|
- platform: ffmpeg
|
||||||
|
input: !secret livingroom_cam # wyze cam v2
|
||||||
|
name: livingroom
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
ffmpeg_bin: /usr/bin/ffmpeg
|
ffmpeg_bin: /usr/bin/ffmpeg
|
Loading…
Reference in New Issue