/pycameresp

Motion detection with image notification for Esp32CAM and Esp32 flasher with GUI based on esptool.py.

Primary LanguagePythonMIT LicenseMIT

Pycameresp is designed to be a completely autonomous motion detector on ESP32-CAM. The web server, ftp, wifi manager, shell, editor also works on other Esp32 with SPIRAM, it is necessary to select the correct firmware for your device.

The firmware is based on an improved version of micropython, it is ready to use because all pycameresp modules are embedded in the firmware (for boost performance and saving RAM). But it is a standard micropython platform, the start of pycameresp is in the main.py, and therefore fully modifiable.


The firmware features are :

  • Real-time motion detection with camera (ESP32-CAM)
  • Smartphones notifications
  • Live video stream of camera (ESP32-CAM)
  • Configuration and consultation web page
  • Smartphone presence detection on the wifi network (automatic activation/deactivation of motion detection)
  • Shell to enter command lines with text editor executed directly on the device
  • WiFi manager with automatic recovery after loss of radio signal
  • Synchronization of the internal clock with ntp server, to be always on time

Other informations :