Crappy Camp Cam Code
This is the Arduino sketch I made for the Crappy Camp Cam. Make sure to have ESP32 boards installed in your Arduino IDE and the Adafruit Neopixel library.
ccc.inoThese are the upload settings I used. Most notably:
- ESP32S3 Dev Module
- PSRAM: OPI PSRAM
- Upload Mode: USB-OTG CDC (TinyUSB)
- USB Mode: USB-OTG (TinyUSB)
Other examples
Section titled “Other examples”You can also use CameraWebServer
example you can find in Arduino at Examples > ESP32 > Camera. There you only have to change the board_config.h to use CAMERA_MODEL_ESP32S3_EYE.