Replies: 8 comments 2 replies
-
If I have a look to the comparison (https://gist.github.com/sekcompsci/2bf39e715d5fe47579fa184fa819f421), it looks like there is an upgraded processer (LX7), which might have some advantages. If your request is a faster cycle time, this can be achieved also on the ESP32-CAM with some tricks (improved alignment, fast dedicated neural networks). With this you can go down well below 1 minute. If the ESP-S3 is a further improvement, would need a test, but currently I don't have one. |
Beta Was this translation helpful? Give feedback.
-
I think the biggest gains can be obtained with this: https://github.com/espressif/esp-nn , which makes use of the new vector instructions found in the ESP32-S3. but the S3 is still very new. i dont think there are any chinese boards yet. just the Espressif original dev boards, but they are in stock at Mouser https://eu.mouser.com/ProductDetail/Espressif-Systems/ESP32-S3-EYE |
Beta Was this translation helpful? Give feedback.
-
You are right. But at Mouser it is about EUR 44,-. I will wait until it will get much cheaper. No reason to change currently. BTW: just checked quickly the schematics. It looks like EVERY GPIO is occupied. Therefore: how could you connect the external LED? One free GPIO needed! |
Beta Was this translation helpful? Give feedback.
-
Plenty of options to get a free IO. or an I2C led driver / IO expander if you wana go all fancy. Very tempted to design a custom board for it ;) could even skip the SD card if you get an ESP32-S3 module with 8 or 16MB onboard flash. all round, camera centered, led ring light hehe |
Beta Was this translation helpful? Give feedback.
-
Lilygo now has a ESP32-S3 camera module. at €20 not quite at the €10 level, but getting there! no white LED tho :( |
Beta Was this translation helpful? Give feedback.
-
under 13$ with Camera, S3 and SD-Card and USB Port |
Beta Was this translation helpful? Give feedback.
-
I have a Freenove ESP32-S3-WROOM board. On my board, the processing time for an image is approx. 10s. I have a branch which contains the changes necessary to get the software to run on this board. However, the camera no longer works for me since I applied the last changes from the upstream project. I have another branch which only contains the changes that are necessary for the software to compile for the ESP32-S3. |
Beta Was this translation helpful? Give feedback.
-
The ESP32-S3-WROOM incl. cam is now below 10€. |
Beta Was this translation helpful? Give feedback.
-
At the moment there seems to be a limit of taking 1 picture every ~2 minutes. Would using an ESP32-S3 improve that number much? Espressif does boast about the AI acceleration :)
Would be more then happy to arrange 1 or 2 ESP32-S3-EYE modules for developers if that helps.
Beta Was this translation helpful? Give feedback.
All reactions