You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New icons, correctly tinted and compressed
* Handle the new icon URI's in the main app.
* Remove the PROGMEM directives, they have no effect, and we have lots of storage.
* describe how I made the .ico file from the commandline
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,25 @@ Please do not submit PR's onto the master branch of my repo unless they are very
99
99
100
100
## Plans
101
101
102
+
Time allowing; my Current plan is:
103
+
104
+
V3 Options, UI and server enhancements;
105
+
* All the primary config options moved to the `myconfig.h` file.
106
+
* Miniviewer, favicons
107
+
* UI now shows stream links and build info
108
+
* Nearly Complete
109
+
110
+
V4 Preferences;
111
+
* Cam module preferences and face recognition Db saved between sessions in LittleFS (formerly SPIFS).
112
+
* Upload/Download FaceDB as Json document in browser
113
+
* Investigate using SD card to capture images
114
+
* Not started; will have to wait until I have time.
115
+
116
+
V5 Remove face recognition entirely;
117
+
* Dont try to make it optional, this is a code and maintenance nightmare. V4 can be maintained on a branch for those who need it.
118
+
* implement OTA and a better network stack for remembering multiple AP's, auto-config etc.
119
+
* UI Skinning/Theming
120
+
102
121
You can check the [enhancement list](https://github.com/easytarget/esp32-cam-webserver/issues?q=is%3Aissue+label%3Aenhancement) (past and present), and add any thoghts you may have there. Things that have occurred to me are, in no particular order:
103
122
* Improve Wifi, add a captive portal for setup and fallback, better disconnect/reconnect behaviour.
104
123
* The module has a SD/TF card slot; this is currently unused, but I would like to add the ability to store snapshots; recording Video at low resolution may be possible, but the card interface is too slow for HD video as far as I know.
0 commit comments