caetanowagner's Stars
ricardojlrufino/anyka_v380ipcam_experiments
Scripts and hacks for Anyka V380 / AK3918 IP camera
raduprv/esp32-cam_ov2640-timelapse
A timelapse program for esp32 cam with ov2640 sensor. The exposure is done manually based on the light level, and the image quality is far better than the default settings.
tekker/esp32-ov7670-hacking
Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.