github prusa3d/Prusa-Firmware-ESP32-Cam v1.0.3-rc2
1.0.3-rc2 Firmware for ESP32-cam

latest releases: v1.1.0, v1.1.0-rc2, v1.1.0-rc1...
4 months ago

Summary


  • Changed ESPAsyncWebServer library
  • Change of logging to the file
  • Added title of the page configuration
  • Added button to start the live-stream
  • Bug fixes and web design improvement

This is a release candidate version for the ESP32-cam

To apply the new settings on the web interface, it is necessary to clear the cache of the camera's web page. The cache is valid for 24 hours, so it will automatically refresh after 24 hours.

Changed ESPAsyncWebServer library


Initially, the ESPAsyncWebsrv library by user dvarrel was used. Currently is used another library, ESPAsyncWebServer by user mathieucarbou. The new library has better stability according to tests, is more optimized, and is compatible with ESP-IDF 5.1.

Change of logging to the file


Logging to a file on the micro SD card has been improved. Thanks to this, RAM memory is more optimized, and the speed and stability of the firmware are increased.

Added title of the page configuration


The mDNS record is simultaneously used as the title for the camera's web page in the browser. Currently, mDNS is used for three functions:

  • mDNS record
  • Camera name in Prusa Connect
  • Browser title

mdns title

Added button to start the live-stream


Added a button on the webpage below Download snapshot to open the live-stream URL, improving accessibility. Thanks @Anheledir

stream button

Bug fixes and web design improvement


Several other bugs have been fixed and the WEB design has been improvement.
On the camera website, there is a change in the name of the tabs from

  • Camera Configuration -> Camera
  • Wi-Fi Configuration -> Wi-Fi

Don't miss a new Prusa-Firmware-ESP32-Cam release

NewReleases is sending notifications on new releases.