Skip to content

Commit

Permalink
taking a dump
Browse files Browse the repository at this point in the history
  • Loading branch information
easytarget committed May 11, 2021
1 parent fff36d3 commit 36b0e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added Docs/infodump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/streamview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Go to the URL given in the serial output, the web UI should appear with the sett

## My Modifications:

![The simplified viewer]( Docs/simpleviewer.png)
![The simplified viewer](Docs/simpleviewer.png)

The WiFi details can be stored in an (optional) header file to allow easier code development, and a camera name for the UI title can be configured. The lamp and status LED's are optional, and the lamp uses a exponential scale for brightness so that the control has some finess.

Expand All @@ -95,7 +95,9 @@ The web UI has had changes to add the lamp control (only when enabled) and make

I would also like to shoutout to @jmfloyd; who suggested rotating the image in the browser since the esp32 itself cannot do this.

## Notes:
![The stream viewer](Docs/streamviewer.png) ![The info page](Docs/infodump.png)

## 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.
Expand Down

0 comments on commit 36b0e07

Please sign in to comment.