phuzybuny
phuzybuny
Previews are working but live video is not. The issue does not appear to be watchdog related. - ESP-IDF v4.4 - Ai-Thinker ESP32-CAM - Commit: 7cb31216d160c58ff0d59944b42f59324d7998db ``` >>> HomeKit: [Client...
Was initially encountering the error `TensorFlowLite_ESP32\src\bus\i2s_lcd_esp32_driver.c:24:30: fatal error: esp32/rom/lldesc.h: No such file or directory`. But changing the `#include "esp32/rom/lldesc.h"` to `#include "rom/lldesc.h"` worked on my Windows machine with the Espressif...
Firmware: ``` esp32spiram-20210623-v1.16.bin ``` Board: ``` Wemos LOLIN D32 Pro V2.0.0, ESP32-WROVER, ESP32-D0WDQ6 (revision 1) ``` According the [Wemos D32 Pro Schematic](https://www.wemos.cc/en/latest/_static/files/sch_d32_pro_v2.0.0.pdf) and verified using a continuity meter, the SD...