{"id":18837037,"url":"https://github.com/xreef/esp32-cam_camera_webserver_enhanced","last_synced_at":"2025-04-14T06:21:48.099Z","repository":{"id":47793218,"uuid":"436682834","full_name":"xreef/esp32-cam_camera_webserver_enhanced","owner":"xreef","description":"Firmware for esp32-cam to make the most of it with BeePrint for MKS WiFi","archived":false,"fork":false,"pushed_at":"2022-07-21T10:25:58.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T20:07:25.314Z","etag":null,"topics":["esp32","esp32-cam","streaming","streaming-video","web-interface","web-server"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xreef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-09T16:20:00.000Z","updated_at":"2024-12-12T17:05:28.000Z","dependencies_parsed_at":"2022-08-23T19:50:48.188Z","dependency_job_id":null,"html_url":"https://github.com/xreef/esp32-cam_camera_webserver_enhanced","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreef%2Fesp32-cam_camera_webserver_enhanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreef%2Fesp32-cam_camera_webserver_enhanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreef%2Fesp32-cam_camera_webserver_enhanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xreef%2Fesp32-cam_camera_webserver_enhanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xreef","download_url":"https://codeload.github.com/xreef/esp32-cam_camera_webserver_enhanced/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830899,"owners_count":21168366,"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","streaming","streaming-video","web-interface","web-server"],"created_at":"2024-11-08T02:33:23.570Z","updated_at":"2025-04-14T06:21:48.076Z","avatar_url":"https://github.com/xreef.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## esp32-cam firmware to use with BeePrint\n\nYou must use 1.0.6 ESP32 framework.\n\nSome additional config\n - you can set wifi manager at startutp to insert wifi intercatly: #define WIFI_MANAGER\n - you can set multiple wifi setting \n `station stationList[] = {{\"SSID1\",\"passwd1\", true},{\"SSID2\",\"passwd2\", true}};`\n - if you set falst the dhcp parameter\n `station stationList[] = {{\"SSID1\",\"passwd1\", false},{\"SSID2\",\"passwd2\", false}};`\n and add ip config\n ```cpp\n #define ST_IP      192,168,1,41\n #define ST_GATEWAY 192,168,1,1\n #define ST_NETMASK 255,255,255,0\n // One or two DNS servers can be supplied, only the NTP code currently uses them\n #define ST_DNS1 192,168,1,1\n // #define ST_DNS2 8,8,8,8\n ```\n - you can set the initial resolution of the cam\n```cpp\n#define UXGA  FRAMESIZE_XGA               // UXGA(1600x1200)\n#define SXGA  FRAMESIZE_SVGA               // SXGA(1280x1024)\n#define XGA   FRAMESIZE_VGA               // XGA(1024x768)\n#define SVGA  FRAMESIZE_HVGA               // SVGA(800x600)\n#define VGA   FRAMESIZE_CIF               // VGA(640x480)\n#define CIF   FRAMESIZE_QVGA               // CIF(400x296)\n#define QVGA  FRAMESIZE_240X240               // QVGA(320x240)\n#define HQVGA FRAMESIZE_HQVGA               // HQVGA(240x176)\n#define QQVGA FRAMESIZE_96X96               // QQVGA(160x120)\n\n#define INITIAL_FRAME_SIZE UXGA\n```\n \n\nhttps://www.mischianti.org/category/project/web-interface-beeprint-for-mks-wifi/\n\n### ESP32-CAM Tutorial\n\n![](https://www.mischianti.org/wp-content/uploads/2021/03/ESP32-CAM-clone-upgrade-web-interface-with-flash-light-720x340.jpg)\n\n### 3D printed box for esp32-cam\n\n![](https://www.mischianti.org/wp-content/uploads/2021/03/3d-printed-Modular-System-ESP32-CAM-holder-main-720x340.jpg)\n\n\n### Credits\n\nWiFi management get from easytarget project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreef%2Fesp32-cam_camera_webserver_enhanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxreef%2Fesp32-cam_camera_webserver_enhanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxreef%2Fesp32-cam_camera_webserver_enhanced/lists"}