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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,13 @@ If you have a status LED configured it will give a single slow flash when it beg
58
58
Go to the URL given in the serial output, the web UI should appear with the settings panel open. Click away!
59
59
60
60
## My Modifications:
61
-
The basic example is extended to allow control of a high power LED FlashLamps like the ones used on mobile phones, which are present on some modules. It can also blink a status LED to show when it connects to WiFi.
61
+
The basic example is extended to allow control of a high power LED FlashLamps, which are present on my modules. It can also blink a status LED to show when it connects to WiFi.
62
62
63
63
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.
64
64
65
65
The compressed and binary encoded HTML used in the example has been unpacked to raw text, this makes it much easier to access and modify the Javascript and UI elements. Given the relatively small size of the index page there is very little benefit from compressing it.
66
66
67
-
I have left all the Face Recognition code untouched, it works, and with good lighting and camera position it can work quite well. But you can only use it in low-resolution modes, and it is not something I wil be using.
67
+
I have left all the Face Recognition code untouched, it works, and with good lighting and camera position it can work quite well. But you can only use it in low-resolution modes, and it is not something I will be using.
68
68
69
69
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.
70
70
@@ -73,8 +73,10 @@ The web UI has had minor changes to add the lamp control (only when enabled), I
73
73
* 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.
74
74
* I found some excellent [cases on Thingieverse](https://www.thingiverse.com/thing:3708345).
75
75
76
+

77
+
76
78
## Plans
77
79
* Improve Wifi, add a captive portal for setup and fallback, better disconnect/reconnect behaviour.
78
80
* 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.
79
81
* Remove face rcognition to save a Mb+ of code space and then implement over the air updates.
80
-
* Combine current split html pages (one per camera type) into one which adapts as needed.
82
+
* Combine current split html pages (one per camera type) into one which adapts as needed.
0 commit comments