├── CameraWebServer.ino ├── Case.scad ├── README.md ├── app_httpd.cpp ├── auto_exposure.py ├── camera_index.h ├── camera_pins.h ├── doc ├── case.jpg └── notification.jpg └── zip.py /CameraWebServer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/CameraWebServer.ino -------------------------------------------------------------------------------- /Case.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/Case.scad -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/README.md -------------------------------------------------------------------------------- /app_httpd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/app_httpd.cpp -------------------------------------------------------------------------------- /auto_exposure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/auto_exposure.py -------------------------------------------------------------------------------- /camera_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/camera_index.h -------------------------------------------------------------------------------- /camera_pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/camera_pins.h -------------------------------------------------------------------------------- /doc/case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/doc/case.jpg -------------------------------------------------------------------------------- /doc/notification.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/doc/notification.jpg -------------------------------------------------------------------------------- /zip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grapeot/alexa-esp32-cam/HEAD/zip.py --------------------------------------------------------------------------------