From 90556e95a449ee8829d71303e151332e003553c6 Mon Sep 17 00:00:00 2001 From: Owen Carter Date: Tue, 7 Apr 2020 22:29:15 +0200 Subject: [PATCH] Add acknowlegement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4fe12c..2b3d9b6 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ I have left all the Face Recognition code untouched, it works, and with good lig The web UI has had minor changes to add the lamp control (only when enabled), I also made the 'Start Stream' and 'Snapshot' controls more prominent, and added feedback of the camera name + firmware. +I would also like to shoutout to @jmfloyd; who suggested rotating the image in the browser since the esp32 itself cannot do this. + ## Notes: * I only have AI-THINKER modules with OV2640 camera installed; so I have only been able to test with this combination. I have attempted to preserve all the code for other boards and the OV3660 module, and I have merged all changes for the WebUI etc, but I cannot guarantee operation for these. * I created a small board with a handy switch for power, a pushbutton for the GPIO0 programming switch, and a socket for the AI-THINKER board. This proved very useful for development work and programming multiple devices.