GitHub - xreef/esp32-cam_camera_webserver_enhanced: Firmware for esp32-cam to make the most of it with BeePrint for MKS WiFi (original) (raw)

esp32-cam firmware to use with BeePrint

You must use 1.0.6 ESP32 framework.

Some additional config

#define ST_IP 192,168,1,41 #define ST_GATEWAY 192,168,1,1 #define ST_NETMASK 255,255,255,0 // One or two DNS servers can be supplied, only the NTP code currently uses them #define ST_DNS1 192,168,1,1 // #define ST_DNS2 8,8,8,8

#define UXGA FRAMESIZE_XGA // UXGA(1600x1200) #define SXGA FRAMESIZE_SVGA // SXGA(1280x1024) #define XGA FRAMESIZE_VGA // XGA(1024x768) #define SVGA FRAMESIZE_HVGA // SVGA(800x600) #define VGA FRAMESIZE_CIF // VGA(640x480) #define CIF FRAMESIZE_QVGA // CIF(400x296) #define QVGA FRAMESIZE_240X240 // QVGA(320x240) #define HQVGA FRAMESIZE_HQVGA // HQVGA(240x176) #define QQVGA FRAMESIZE_96X96 // QQVGA(160x120)

#define INITIAL_FRAME_SIZE UXGA

https://www.mischianti.org/category/project/web-interface-beeprint-for-mks-wifi/

ESP32-CAM Tutorial

3D printed box for esp32-cam

Credits

WiFi management get from easytarget project.