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
|
2021-04-09 14:03:48 +00:00
|
|
|
name: livingroom camera
|
2020-10-05 16:04:04 +00:00
|
|
|
- platform: ffmpeg
|
|
|
|
input: !secret kitchen_cam # wyze cam v2
|
2021-04-09 14:03:48 +00:00
|
|
|
name: kitchen camera
|
2020-10-05 16:04:04 +00:00
|
|
|
- platform: ffmpeg
|
|
|
|
input: !secret theater_cam # wyze cam v2
|
2021-04-09 14:03:48 +00:00
|
|
|
name: theater camera
|
2020-10-05 16:04:04 +00:00
|
|
|
- platform: ffmpeg
|
|
|
|
input: !secret laundry_cam # wyze cam v2
|
2021-04-09 14:03:48 +00:00
|
|
|
name: laundry camera
|
2020-06-12 20:02:42 +00:00
|
|
|
ffmpeg:
|
2021-04-09 14:03:48 +00:00
|
|
|
ffmpeg_bin: /usr/bin/ffmpeg
|
|
|
|
|
|
|
|
image_processing:
|
|
|
|
- platform: doods
|
|
|
|
url: http://192.168.7.187:8080
|
|
|
|
detector: default
|
|
|
|
scan_interval: 10000
|
|
|
|
source:
|
|
|
|
- entity_id: camera.driveway
|
|
|
|
file_out:
|
|
|
|
- "/media/images/{{ camera_entity.split('.')[1] }}_latest.jpg"
|
|
|
|
labels:
|
|
|
|
- name: person
|
|
|
|
confidence: 50
|
|
|
|
|
|
|
|
|
|
|
|
|