From 371789994ef5451e848812f784d3795c2f79bf50 Mon Sep 17 00:00:00 2001 From: Tim Meneely Date: Sat, 9 Jan 2021 17:42:48 -0500 Subject: [PATCH] Working esp32 cam --- esp32_cam1.yaml | 24 +++++++++++++----------- requirements20210104.txt | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 requirements20210104.txt diff --git a/esp32_cam1.yaml b/esp32_cam1.yaml index 8bfec38..076e47e 100644 --- a/esp32_cam1.yaml +++ b/esp32_cam1.yaml @@ -46,6 +46,8 @@ esp32_camera: name: ESP32_Cam1 resolution: 640x480 jpeg_quality: 20 + max_framerate: 0.5 fps + idle_framerate: 0.05 fps i2c: - id: bus_a @@ -55,17 +57,17 @@ i2c: sensor: - - platform: bme280 - temperature: - name: "ESP32_Cam1_BME280 Temperature" - oversampling: 16x - pressure: - name: "ESP32_Cam1_BME280 Pressure" - humidity: - name: "ESP32_Cam1_BME280 Humidity" - address: 0x76 - update_interval: 60s - i2c_id: bus_a + # - platform: bme280 + # temperature: + # name: "ESP32_Cam1_BME280 Temperature" + # oversampling: 16x + # pressure: + # name: "ESP32_Cam1_BME280 Pressure" + # humidity: + # name: "ESP32_Cam1_BME280 Humidity" + # address: 0x76 + # update_interval: 60s + # i2c_id: bus_a - platform: bh1750 name: "ESP32_Cam1_BH1750 Illuminance" address: 0x23 diff --git a/requirements20210104.txt b/requirements20210104.txt new file mode 100644 index 0000000..0e2fde7 --- /dev/null +++ b/requirements20210104.txt @@ -0,0 +1,38 @@ +bitstring==3.1.7 +bottle==0.12.19 +certifi==2020.12.5 +cffi==1.14.4 +chardet==4.0.0 +click==7.1.2 +colorama==0.4.4 +colorlog==4.6.2 +cryptography==3.3.1 +ecdsa==0.16.1 +esphome==1.15.3 +esptool==3.0 +idna==2.10 +ifaddr==0.1.7 +marshmallow==3.9.1 +packaging==20.8 +paho-mqtt==1.5.1 +Pillow==8.0.1 +pip-review==1.1.0 +pkg-resources==0.0.0 +platformio==5.0.3 +protobuf==3.14.0 +pyaes==1.6.1 +pycparser==2.20 +pyelftools==0.27 +pyparsing==2.4.7 +pyserial==3.5 +pytz==2020.4 +PyYAML==5.3.1 +reedsolo==1.5.4 +requests==2.25.0 +semantic-version==2.8.5 +six==1.15.0 +tabulate==0.8.7 +tornado==6.1 +tzlocal==2.1 +urllib3==1.26.2 +voluptuous==0.12.1