@@ -71,9 +71,10 @@ This project does not use WebRTC RTP video tracks. Instead, camera JPEG frames a
7171.
7272├── main/
7373│ ├── app_main.c — camera init, JPEG stream task, FreeRTOS entry
74- │ ├── anedya_sig.c — Anedya MQTT client, ValueStore signaling read/write
74+ │ ├── anedya_sig.c — Anedya MQTT client, Commands-based signaling
7575│ ├── webrtc_peer.c — esp_peer WebRTC peer, DataChannel send pipeline
76- │ ├── Kconfig.projbuild — menuconfig: Device ID, Connection Key, test mode
76+ │ ├── boards.h — ESP32-CAM camera pin map
77+ │ ├── Kconfig.projbuild — menuconfig: Device ID, Connection Key, camera, test mode
7778│ └── idf_component.yml — IDF component dependencies
7879├── components/
7980│ └── anedya__anedya-esp/ — Anedya ESP-IDF SDK
@@ -177,7 +178,7 @@ The default profile targets balanced quality at 20 FPS:
177178| Setting | Value |
178179| ---| ---|
179180| Frame size | HVGA (480 × 320) |
180- | JPEG quality | 23 |
181+ | JPEG quality | 25 |
181182| Frame buffer count | 2 |
182183| Target FPS | 20 |
183184
@@ -244,7 +245,6 @@ Enable `CONFIG_DATACHANNEL_TEST_MODE` in menuconfig to skip camera init entirely
244245| Board | Link |
245246|---|---|
246247| AI Thinker ESP32-CAM | [Official product page](https://vdoc.ai-thinker.com/en/esp32-cam) · [Amazon](https://www.amazon.com/esp32-cam-ai-thinker/s?k=esp32+cam+ai+thinker) · [DigiKey](https://www.digikey.com/en/products/detail/universal-solder-electronics-ltd/Ai-Thinker-ESP32-CAM-WiFi-BT-BLE/14319899) |
247- | DFRobot ESP32-S3 AI Camera (DFR1154) | [DFRobot store](https://www.dfrobot.com/product-2899.html) · [Wiki / docs](https://wiki.dfrobot.com/SKU_DFR1154_ESP32_S3_AI_CAM) |
248248
249249---
250250
0 commit comments