diff --git a/README.md b/README.md index ae11e13..6e483cc 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,9 @@ Smartphone motion notification ![SmartPhoneNotification.png](images/SmartPhoneNotification.png "Smartphone motion notification") -Shell and text editor +Shell and text editor (The GIF is compressed a lot, it does not go like this in reality) -![ShellEdit.mp4](images/ShellEdit.mp4 "Shell and text editor") +![ShellEdit.mp4](images/ShellEdit.gif "Shell and text editor") # Requirements @@ -102,7 +102,6 @@ it is necessary to generate the firmware embedding the python scripts, in this c For motion capture you absolutely need an ESP32CAM. - # Notice for ESP32CAM Get a firmware already generated or see the section "Micropython firmware" to generates the firmware. @@ -223,7 +222,6 @@ All the keyboard shortcuts are at the start of the script editor.py. **On the boards with low memory, it may work, but on very small files, otherwise it may produce an error due to insufficient memory.** - # Directories Below are the directory details : @@ -247,6 +245,8 @@ Below are the directory details : On a standard micropython firmware, copy all the files of the modules directory with its tree structure, into the flash memory of the board. +# Library documentation +[See python module documentation](http://htmlpreview.github.com/?https://github.com/remibert/pycameresp/blob/main/doc/lib/index.html) # Battery mode for ESP32CAM diff --git a/images/ShellEdit.gif b/images/ShellEdit.gif new file mode 100644 index 0000000..9550ab7 Binary files /dev/null and b/images/ShellEdit.gif differ diff --git a/images/ShellEdit.mp4 b/images/ShellEdit.mp4 deleted file mode 100644 index d795f70..0000000 Binary files a/images/ShellEdit.mp4 and /dev/null differ diff --git a/images/SmartPhoneNotification.png b/images/SmartPhoneNotification.png index c11578b..481015e 100644 Binary files a/images/SmartPhoneNotification.png and b/images/SmartPhoneNotification.png differ diff --git a/images/WebInfo.png b/images/WebInfo.png index 68fef06..21e2682 100644 Binary files a/images/WebInfo.png and b/images/WebInfo.png differ