-
Notifications
You must be signed in to change notification settings - Fork 2
/
cam01_unused.yaml
64 lines (58 loc) · 1.36 KB
/
cam01_unused.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
substitutions:
devicename: cam01_unused
friendly_name: Camera 01
wifi_ip: "192.168.10.33"
packages:
#Include location specific settings
location: !include locations/casa96.yaml
#Include common definitions for home (wifi, web server, etc)
settings: !include settings/common_esp32.yaml
#Include device definition
#device: !include devices/interphone-siedle/v1.yaml
esphome:
name: my-cam
platform: ESP32
board: esp32dev
esp32_camera:
name: "My Cam"
external_clock:
pin: GPIO0
frequency: 20MHz
i2c_pins:
sda: GPIO26
scl: GPIO27
data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
vsync_pin: GPIO25
href_pin: GPIO23
pixel_clock_pin: GPIO22
power_down_pin: GPIO32
max_framerate: 15 fps
idle_framerate: 0.05 fps
resolution: 1280x1024
jpeg_quality: 15
# OV5640
# esp32_camera:
# name: ESPcam
# external_clock:
# pin: GPIO15
# frequency: 12MHz
# i2c_pins:
# sda: GPIO22
# scl: GPIO23
# data_pins: [GPIO2, GPIO14, GPIO35, GPIO12, GPIO27, GPIO33, GPIO34, GPIO39]
# vsync_pin: GPIO18
# href_pin: GPIO36
# pixel_clock_pin: GPIO26
# reset_pin: GPIO5
# resolution: 1280x1024
# jpeg_quality: 15
# vertical_flip: False
esp32_camera_web_server:
- port: 8080
mode: stream
- port: 8081
mode: snapshot
switch:
- platform: gpio
name: "My Cam flash"
pin: 4