Skip to content

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

License

Notifications You must be signed in to change notification settings

justkiddo-21/pycameresp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycameresp is designed to be a completely autonomous motion detector on ESP32-CAM. It can also works on other Esp32 with SPIRAM and on NodeMCU Esp32 but with some limitations, 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 :

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.8%
  • C 13.8%
  • HTML 2.7%
  • Other 0.7%