2020-06-12 20:02:42 +00:00
|
|
|
###############################################################################
|
|
|
|
# @author : Jeffrey Stone
|
|
|
|
# @date : 06/10/2020
|
|
|
|
# @package : Camera
|
|
|
|
# @description : All the Camera related stuff
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
camera:
|
|
|
|
- platform: mjpeg
|
|
|
|
name: Garage Door Cam
|
2020-08-22 03:31:50 +00:00
|
|
|
mjpeg_url: !secret garage_cam # foscam
|
2020-06-12 20:02:42 +00:00
|
|
|
- platform: aarlo
|
|
|
|
ffmpeg_arguments: '-pred 1 -q:v 2'
|
2020-08-22 03:31:50 +00:00
|
|
|
- platform: ffmpeg
|
|
|
|
input: !secret livingroom_cam # wyze cam v2
|
|
|
|
name: livingroom
|
2020-06-12 20:02:42 +00:00
|
|
|
|
|
|
|
ffmpeg:
|
|
|
|
ffmpeg_bin: /usr/bin/ffmpeg
|