{"id":21402198,"url":"https://github.com/projetsdiy/esp32-cam-webserver","last_synced_at":"2025-07-13T22:31:56.228Z","repository":{"id":202142309,"uuid":"266105483","full_name":"projetsdiy/ESP32-CAM-webserver","owner":"projetsdiy","description":"ESP32-CAM video and JPEG stream server","archived":false,"fork":false,"pushed_at":"2020-12-08T21:49:02.000Z","size":18,"stargazers_count":1,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-10-20T08:08:47.136Z","etag":null,"topics":["esp32","esp32-cam","jpeg","stream"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/projetsdiy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-05-22T12:29:47.000Z","updated_at":"2023-10-20T09:47:17.120Z","dependencies_parsed_at":null,"dependency_job_id":"56d12004-8e56-4c96-8cca-913ddbb5f7d4","html_url":"https://github.com/projetsdiy/ESP32-CAM-webserver","commit_stats":null,"previous_names":["projetsdiy/esp32-cam-webserver"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projetsdiy%2FESP32-CAM-webserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projetsdiy%2FESP32-CAM-webserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projetsdiy%2FESP32-CAM-webserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/projetsdiy%2FESP32-CAM-webserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/projetsdiy","download_url":"https://codeload.github.com/projetsdiy/ESP32-CAM-webserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225922134,"owners_count":17545801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp32","esp32-cam","jpeg","stream"],"created_at":"2024-11-22T15:35:36.635Z","updated_at":"2024-11-22T15:35:37.378Z","avatar_url":"https://github.com/projetsdiy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project moved to [this new repository](https://github.com/projetsdiy/ESP32-CAM-Projects)\n\n# ESP32-CAM firmware with Webserver modified\nThis is a modified firmware from [Espressif](https://github.com/espressif/esp32-camera) with the following upgrade\n* Stream video at IP/stream. Easy to integrate in a smart home server\n* Take snapshot at IP_CAM/jpg/image.jpg\n\nBefore to upload firmware, you need to modify several settings :\n* Network ssid\n* Network password\n* Adjust picture orientation according the position of the ESP32-CAM FLIP_V, MIRROR_H (true or false)\n* Ajust image compression IMAGE_COMPRESSION (0 to 63)\n* Uncomment our camera\n  * CAMERA_MODEL_WROVER_KIT\n  * CAMERA_MODEL_ESP_EYE\n  * CAMERA_MODEL_M5STACK_PSRAM\n  * CAMERA_MODEL_M5STACK_WIDE\n  * CAMERA_MODEL_AI_THINKER\n* Connect [FTDI](http://s.click.aliexpress.com/e/_d8ldxmV) to ESP32-CAM\n  * GND to GND\n  * 5V to 5V\n  * RX to UOR\n  * TX to UOT\n  * IO0 to GND\n* Press Reset   \n* Configure Arduino IDE setting\n  * You need to install ESP32 SDK before to be able to build firmware\n  * Flash Mode: QIO (by default)\n  * Partition Schema : Huge APP (3MB No OTA)\n  * Port: choose your FTDI board\n* Upload\n* Unconnect IO0 and GND\n* Reset\n* Open Serial Monitor to get IP\n* Open favorite browser and go to IP_CAM/stream\n* Enjoy !\n\nMore information here [in french](https://projetsdiy.fr/esp32-cam-flash-firmware-test-domoticz-jeedom-home-assistant-nextdom-node-red/)\n\n## Firmware pour ESP32-CAM modifié\nCe firmware est une version modifiée du firmware original d'[Espressif](https://github.com/espressif/esp32-camera)\n* Le flux vidéo peut être récupéré facilement depuis un serveur domotique à l'adresse IP_Camera/stream\n* Un snapshot peut être récupéré à l'adresse IP_Camera/jpg/image.jpg\n\nAvant de téléverser, vous devez modifier plusieurs paramètres \n* SSID du réseau WiFi\n* Mot de passe du réseau WiFi\n* MOdifier l'orientation de l'image en fonction de la position de la caméra avec les variables FLIP_V, MIRROR_H \n* Ajuster le taux de compression IMAGE_COMPRESSION (0 à 63)\n* Décommenter votre caméra\n  * CAMERA_MODEL_WROVER_KIT\n  * CAMERA_MODEL_ESP_EYE\n  * CAMERA_MODEL_M5STACK_PSRAM\n  * CAMERA_MODEL_M5STACK_WIDE\n  * CAMERA_MODEL_AI_THINKER\n* Connecter l'ESP32-CAM à l'adaptateur [FTDI](http://s.click.aliexpress.com/e/_d8ldxmV)\n  * GND sur GND\n  * 5V sur 5V\n  * RX sur UOR\n  * TX sur UOT\n  * IO0 sur GND\n* Presser Reset   \n* Configurer l'Arduino IDE \n  * Le SDK ESP32 SDK doit être installé avant de pouvoir compiler le firmware\n  * Flash Mode: QIO (par défaut)\n  * Partition Schema : Huge APP (3MB No OTA)\n  * Port: Sélectionner votre adaptateur FTDI \n* Téléverser\n* Déconnecter le jumper IO0 et GND\n* Reset\n* Ouvrer le moniteur série pour récupérer l'adresse IP de la caméra\n* Ouvrez votre navigateur internet et allez à l'adresse IP_CAM/stream\n* Féliciations !\n\nPlus d'information sur le [blog](https://projetsdiy.fr/esp32-cam-flash-firmware-test-domoticz-jeedom-home-assistant-nextdom-node-red/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojetsdiy%2Fesp32-cam-webserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojetsdiy%2Fesp32-cam-webserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojetsdiy%2Fesp32-cam-webserver/lists"}