ESP32-CAM-CH340
En vente chez Elektor: https://www.elektor.fr/products/esp32-cam-ch340-development-board
Un tuto ici: https://www.cytron.io/tutorial/getting-started-with-esp32-cam
Récap:
- Cfr [[ESP32]]
- Menu File -> Examples -> ESP32 -> Camera -> CameraWebServer
- Uncomment
#define CAMERA_MODEL_AI_THINKER
- Fill
const char *ssid = "Your SSID";
- Fill
const char *password = "P4ssw0rd";
- Menu Tools -> Board -> esp32 -> ESP32 Wrover Module
(ou AI Thinker ESP32-CAM)(Contrairement à ce que le code dit, il faut sélectionner le board ESP32 Wrover Module) - Menu Tools -> Partition Scheme -> Huge APP (3MB No OTA/190K SPIFFS)
- Push FLASH, push RST, let RST, let FLASH
- Menu Sketch -> Upload
- Push RST
Utilisation:
- Photo ->
http://{IP}/capture
- Stream ->
http://{IP}:81/stream
- Variables ->
http://{IP}/status
- Réglages ->
http://{IP}/control?var={var}&val={val}
- Framesize ->
/control?framesize={n}
avec n = 0 (96x96) -> 13 UXGA(1600x1200)
- Framesize ->
- Sauf XCLK ->
http://{IP}/xclk?xclk={xclk}