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.
Stars
80
Forks
17
Watchers
80
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
working well with latest esp-idf and increased SPI for ILI9341 to 20MHZ+, also new video mode for auto capture loop to ili9341 with 100ms delay needed for lcd
c3b0751View on GitHubadded video command to capture straight to lcd without http. added extra OV7670 commands to change to night mode / light / whitebalance / gamma / special effects
4eb408dView on GitHubmodified logic for capturing - seperate capture task to call camera_run and update display
9c9a446View on GitHubupdate telnet commands with ov7670 - must compile with esp-idf-2.1
4ffdeacView on GitHub