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: doc/CAMFLASHER.md
+15-18Lines changed: 15 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ It offer the possibility to access the esp32 shell, edit files from esp32 and ex
9
9
10
10
It is also a VT100 console which allows to operate the text editor, and to display colored texts thanks to the VT100 escape sequences. Not all VT100 commands are supported, but the most common ones are available.
11
11
12
-
Camflasher with shell commands **upload** and **download**, allows to upload or download files easily from the device.
12
+
Camflasher with shell commands **upload** and **download**, allows to upload or download files easily from the device, and also the drag and drop of file or directory, allows you to easily install files on the board, to do this you must be in shell mode (Ctrl-Z to enter in shell mode and "exit" command after to restart server).
- Or download the zip for standard micropython firmware :
27
+
- [For other devices see releases](https://github.com/remibert/pycameresp/releases)
27
28
28
-
- [Shell with editor](https://github.com/remibert/pycameresp/releases/download/V18/shell.zip)
29
+
The firmwares contains a micropython version, patched to support the camera, and some microsd, as well as all servers and other features. But if you are not interested in the whole platform, just the camera support, you can replace the main.py with your own implementation, it remains a standard micropython platform.
It is possible to run the shell with editor, or the servers on a standard micropython platform. The servers, the wifi manager, requires having enough ram and wifi support (ESP32 with SPIRAM for example). Unzip archive and install it with rshell.
31
+
The servers, the wifi manager, requires having enough ram and wifi support (ESP32 with SPIRAM for example). Unzip archive and install it with rshell.
37
32
38
33
- Download the camflasher application and unzip it :
39
-
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_windows_10_64.zip)
34
+
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V19/CamFlasher_windows_10_64.zip)
35
+
36
+
- [CamFlasher for OSX Ventura Intel](https://github.com/remibert/pycameresp/releases/download/V19/CamFlasher_osx_i386.zip)
40
37
41
-
- [CamFlasher for OSX Ventura Intel](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_osx_i386.zip)
38
+
- [CamFlasher for OSX Ventura M1](https://github.com/remibert/pycameresp/releases/download/V19/CamFlasher_osx_arm.zip)
42
39
43
-
- [CamFlasher for OSX Ventura M1](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_osx_arm.zip)
40
+
- [CamFlasher for linux](https://github.com/remibert/pycameresp/releases/download/V19/CamFlasher_linux.zip)
44
41
45
42
- Connect the device to the USB port of your computer.
46
43
@@ -55,10 +52,10 @@ It is possible to run the shell with editor, or the servers on a standard microp
Copy file name to clipboardExpand all lines: doc/FIRMWARE.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,19 @@ And after juste for rebuild use command :
44
44
Replace **ESP32CAM** by your prefered firmware, add double quote if you want to use wildcards for build many firmwares, for example ESP32 GENERIC SPIRAM :
I no longer use the same version of micropython between the esp32 and the esp32-S3, the reason is simple, I can no longer link the firmware, so I stayed on a version 1.20 of micropython, which has the merit of working perfectly.
62
+
I no longer use the same version of micropython between the esp32 and the esp32-S3, the reason is simple, I can't link the firmware, so I stayed on a version 1.20 of micropython, which has the merit of working perfectly.
Note on the freenove cam S3, I had problems with wifi disruption, which limited the video streaming speed, to correct this I unsoldered the two connectors from the edges of the card, it's tedious, but the speed has become maximum.
0 commit comments