Skip to content

darrenchang/esp32-ip-cam

Repository files navigation

ESP32 IP Cam

ESP32 IP Camera

Features

This is just my checklist

  • Take picture and save 1 frame in PSRAM
  • OTA update
  • Save picture to SD card
  • Configure WiFi using the ESP32 itself as an AP
  • Automate testing
  • HTTP API endpoints

Getting started

  1. Install idf https://github.com/espressif/esp-idf

  2. Activate idf environment

    . ~/git/esp-idf/export.sh
  3. Build

    idf.py build
  4. Upload

    idf.py flash

Some tricks

  • If things go wrong

    idf.py fullclean
  • Run tests

    pytest src/pytest*.py
  • Monitor

    idf.py monitor

Reference

About

ESP32 IP camera with web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published