mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-17 13:38:02 +00:00
Added documentation pins for Mems/grove/led
This commit is contained in:
26
README.md
26
README.md
@@ -97,17 +97,21 @@ There are a lot of boards available that are all called ESP32-CAM.
|
||||
However, there are differences in CPU (type/speed/cores), how the camera is connected, presence of PSRAM or not...
|
||||
To select the right board use the table below and use the configuration that is listed below for your board:
|
||||
|
||||
| Board | Configuration | Image | CPU | RAM | Camera | Site |
|
||||
|--- |--- |--- |--- |--- |--- |--- |
|
||||
| Espressif ESP32-Wropver CAM | |  | ESP32 | 520KB SRAM 4MB PSRAM | OV2640 | |
|
||||
| AI-Thinker ESP32-CAM | ai_thinker_esp32cam |   | ESP32-S | 520KB SRAM 4MB PSRAM | OV2640 | https://docs.ai-thinker.com/esp32-cam |
|
||||
| Espressif ESP-EYE | |  | ESP32 | 520KB SRAM 4MB PSRAM | OV2640 | |
|
||||
| Espressif ESP-S3-EYE | |  | ESP32-S3 | 520KB SRAM 4MB PSRAM | OV2640 | https://www.espressif.com/en/products/devkits/esp-eye/overview |
|
||||
| LilyGo camera module | |  | ESP32 Wrover | 520KB SRAM 4MB PSRAM | OV2640 / OV5640 | |
|
||||
| LilyGo Simcam | |  | | | OV2640 | |
|
||||
| LilyGo TTGO-T Camera | |  | | | OV2640 | |
|
||||
| M5 Stack Camera | |  | | | OV2640 | |
|
||||
| Seeed studio Xiao ESPS3 Sense | seeed_xiao_esp32s3_sense |  | ESP32-S3 | 520KB SRAM 4MB PSRAM | OV5640 | |
|
||||
| Board | Image | CPU | SRAM | Flash | PSRAM | Camera | | Site |
|
||||
|--- |--- |--- |--- |--- | --- |--- |--- |--- |
|
||||
| Espressif ESP32-Wrover CAM |  | ESP32 | 520KB | 4Mb | 4MB | OV2640 | | |
|
||||
| AI-Thinker ESP32-CAM |   | ESP32-S | 520KB | 4Mb | 4MB | OV2640 | | https://docs.ai-thinker.com/esp32-cam |
|
||||
| Espressif ESP-EYE |  | ESP32 | 520KB | 4Mb | 4MB | OV2640 | | |
|
||||
| Espressif ESP-S3-EYE |  | ESP32-S3 | 520KB | 4Mb | 4MB | OV2640 | | https://www.espressif.com/en/products/devkits/esp-eye/overview |
|
||||
| LilyGo camera module |  | ESP32 Wrover | 520KB | 4Mb | 4MB | OV2640 / OV5640 | | |
|
||||
| LilyGo Simcam |  | | | | | OV2640 | | |
|
||||
| LilyGo TTGO-T Camera |  | | | | | OV2640 | | |
|
||||
| M5Stack ESP32CAM |  | ESP32 | 520Kb | 4Mb | - | OV2640 | Microphone | https://docs.m5stack.com/en/unit/esp32cam |
|
||||
| M5Stack UnitCam |   | ESP32-WROOM-32E | 520KB | 4Mb | - | OV2640 | | https://docs.m5stack.com/en/unit/unit_cam |
|
||||
| M5Stack Camera |  | ESP32 | 520Kb | 4Mb | - | OV2640 | | https://docs.m5stack.com/en/unit/m5camera |
|
||||
| M5Stack Camera PSRAM |  | ESP32 | 520Kb | 4Mb | 4Mb | OV2640 | | https://docs.m5stack.com/en/unit/m5camera |
|
||||
| M5Stack UnitCamS3 |   | ESP32-S3-WROOM-1-N16R8 | 520Kb | 16Mb | 8Mb | OV2640 | | https://docs.m5stack.com/en/unit/Unit-CamS3 |
|
||||
| Seeed studio Xiao ESP32S3 Sense |  | ESP32-S3R8 | 520KB | 8Mb | 8MB | OV2640 | Microphone | https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html |
|
||||
|
||||
## Installing and running PlatformIO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user