16 lines
512 B
YAML
Executable File
16 lines
512 B
YAML
Executable File
###############################################################################
|
|
# @author : Jeffrey Stone
|
|
# @date : 06/10/2020
|
|
# @package : Camera
|
|
# @description : All the Camera related stuff
|
|
###############################################################################
|
|
|
|
camera:
|
|
- platform: mjpeg
|
|
name: Garage Door Cam
|
|
mjpeg_url: !secret garage_cam
|
|
- platform: aarlo
|
|
ffmpeg_arguments: '-pred 1 -q:v 2'
|
|
|
|
ffmpeg:
|
|
ffmpeg_bin: /usr/bin/ffmpeg |