99662ae541a45f808ea1f31b686bc4a7cb6e08a4
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP-APP-dat.md
| ... | ... | @@ -0,0 +1,10 @@ |
| 1 | + |
|
| 2 | +# ESP-APP-dat |
|
| 3 | + |
|
| 4 | +- [[ESP32-APP-dat]] - [[ESP32-S3-app-dat]] |
|
| 5 | + |
|
| 6 | +- [[ESP8266-app-dat]] - [[ESP8266-dat]] |
|
| 7 | + |
|
| 8 | +- [[ESP-EYE-dat]] |
|
| 9 | + |
|
| 10 | +- [[ESP32-P4-dat]] - [[ESP32-P4-APP-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP-EYE-dat/ESP-EYE-dat.md
| ... | ... | @@ -1,6 +0,0 @@ |
| 1 | - |
|
| 2 | -# ESP-EYE-dat |
|
| 3 | - |
|
| 4 | -https://www.espressif.com/en/products/devkits/esp-eye/resourceswww.espressif.com2 |
|
| 5 | - |
|
| 6 | -ESP32-P4-EYE |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP-EYE-dat/2025-07-10-17-53-03.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP-EYE-dat/2025-07-10-17-53-03.png differ |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP-EYE-dat/ESP-EYE-dat.md
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | + |
|
| 2 | +# ESP-EYE-dat |
|
| 3 | + |
|
| 4 | +https://www.espressif.com/en/products/devkits/esp-eye/resourceswww.espressif.com2 |
|
| 5 | + |
|
| 6 | +ESP32-P4-EYE |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +- [[SCH_ESP32-S3-EYE-MB_20211201_V2.2.pdf]] |
|
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 13 | +https://github.com/espressif/esp-who/blob/master/docs/en/get-started/ESP32-S3-EYE_Getting_Started_Guide.md |
|
| 14 | + |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-17-42.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-17-42.png differ |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-19-35.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-19-35.png differ |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-20-01.png
| ... | ... | Binary files /dev/null and b/Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/2024-12-28-16-20-01.png differ |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-CAM-dat/ESP32-CAM-dat.md
| ... | ... | @@ -0,0 +1,131 @@ |
| 1 | + |
|
| 2 | +# ESP32-CAM-dat |
|
| 3 | + |
|
| 4 | +- [[SCM1030-dat]] - [[WIFI-video-dat]] |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## ESP32 CAM HDK setup |
|
| 10 | + |
|
| 11 | +### official code |
|
| 12 | + |
|
| 13 | +official ESP32 code in examples - ESP32 - camera |
|
| 14 | + |
|
| 15 | + #elif defined(CAMERA_MODEL_AI_THINKER) |
|
| 16 | + #define PWDN_GPIO_NUM 32 |
|
| 17 | + #define RESET_GPIO_NUM -1 |
|
| 18 | + #define XCLK_GPIO_NUM 0 |
|
| 19 | + #define SIOD_GPIO_NUM 26 |
|
| 20 | + #define SIOC_GPIO_NUM 27 |
|
| 21 | + |
|
| 22 | + #define Y9_GPIO_NUM 35 |
|
| 23 | + #define Y8_GPIO_NUM 34 |
|
| 24 | + #define Y7_GPIO_NUM 39 |
|
| 25 | + #define Y6_GPIO_NUM 36 |
|
| 26 | + #define Y5_GPIO_NUM 21 |
|
| 27 | + #define Y4_GPIO_NUM 19 |
|
| 28 | + #define Y3_GPIO_NUM 18 |
|
| 29 | + #define Y2_GPIO_NUM 5 |
|
| 30 | + #define VSYNC_GPIO_NUM 25 |
|
| 31 | + #define HREF_GPIO_NUM 23 |
|
| 32 | + #define PCLK_GPIO_NUM 22 |
|
| 33 | + |
|
| 34 | + // 4 for flash led or 33 for normal led |
|
| 35 | + #define LED_GPIO_NUM 4 |
|
| 36 | + |
|
| 37 | + |
|
| 38 | + |
|
| 39 | + |
|
| 40 | +output log |
|
| 41 | + |
|
| 42 | + [17:36:35.541] ets Jun 8 2016 00:22:57 |
|
| 43 | + |
|
| 44 | + rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
|
| 45 | + configsip: 0, SPIWP:0xee |
|
| 46 | + clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 |
|
| 47 | + mode:DIO, clock div:1 |
|
| 48 | + load:0x3fff0018,len:4 |
|
| 49 | + load:0x3fff001c,len:1100 |
|
| 50 | + load:0x40078000,len:10088 |
|
| 51 | + load:0x40080400,len:6380 |
|
| 52 | + entry 0x400806a4 |
|
| 53 | + [17:36:37.594] |
|
| 54 | + [17:36:39.044] . |
|
| 55 | + [17:36:39.551] . |
|
| 56 | + WiFi connected |
|
| 57 | + Starting web server on port: '80' |
|
| 58 | + Starting stream server on port: '81' |
|
| 59 | + Camera Ready! Use 'http://192.168.1.126' to connect |
|
| 60 | + |
|
| 61 | +Access according to the prompted IP address and connect to the same wifi; |
|
| 62 | +Video is to connect to output more pictures; the larger the picture, the greater the delay; |
|
| 63 | + |
|
| 64 | + |
|
| 65 | + [17:40:29.055] MJPG: 45493B 168ms (6.0fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 66 | + [17:40:29.211] MJPG: 45793B 155ms (6.5fps), AVG: 253ms (4.0fps), 0+0+0+0=0 0 |
|
| 67 | + [17:40:29.370] MJPG: 46325B 159ms (6.3fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 68 | + [17:40:29.567] MJPG: 46507B 196ms (5.1fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 69 | + [17:40:29.681] MJPG: 46692B 116ms (8.6fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 70 | + [17:40:29.860] MJPG: 47077B 176ms (5.7fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 71 | + [17:40:30.010] MJPG: 47449B 149ms (6.7fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 72 | + [17:40:30.168] MJPG: 47684B 157ms (6.4fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 73 | + [17:40:30.330] MJPG: 48014B 166ms (6.0fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 74 | + [17:40:30.488] MJPG: 48215B 157ms (6.4fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 75 | + [17:40:30.648] MJPG: 48396B 160ms (6.2fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 76 | + [17:40:30.811] MJPG: 48359B 159ms (6.3fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 77 | + [17:40:30.970] MJPG: 48432B 163ms (6.1fps), AVG: 254ms (3.9fps), 0+0+0+0=0 0 |
|
| 78 | + [17:40:31.139] MJPG: 48454B 168ms (6.0fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 79 | + [17:40:31.296] MJPG: 48644B 154ms (6.5fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 80 | + [17:40:31.451] MJPG: 48676B 153ms (6.5fps), AVG: 160ms (6.2fps), 0+0+0+0=0 0 |
|
| 81 | + [17:40:31.610] MJPG: 48759B 162ms (6.2fps), AVG: 165ms (6.1fps), 0+0+0+0=0 0 |
|
| 82 | + [17:40:31.797] MJPG: 48763B 183ms (5.5fps), AVG: 161ms (6.2fps), 0+0+0+0=0 0 |
|
| 83 | + [17:40:31.928] MJPG: 48757B 131ms (7.6fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 84 | + [17:40:32.100] MJPG: 48791B 175ms (5.7fps), AVG: 160ms (6.2fps), 0+0+0+0=0 0 |
|
| 85 | + [17:40:32.249] MJPG: 48805B 144ms (6.9fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 86 | + [17:40:32.418] MJPG: 48861B 167ms (6.0fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 87 | + [17:40:32.569] MJPG: 48839B 156ms (6.4fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 88 | + [17:40:32.747] MJPG: 48830B 173ms (5.8fps), AVG: 158ms (6.3fps), 0+0+0+0=0 0 |
|
| 89 | + [17:40:34.268] MJPG: 48848B 1526ms (0.7fps), AVG: 228ms (4.4fps), 0+0+0+0=0 0 |
|
| 90 | + [17:40:34.348] MJPG: 48822B 75ms (13.3fps), AVG: 223ms (4.5fps), 0+0+0+0=0 0 |
|
| 91 | + [17:40:34.660] MJPG: 48825B 311ms (3.2fps), AVG: 232ms (4.3fps), 0+0+0+0=0 0 |
|
| 92 | + [17:40:34.817] MJPG: 49600B 158ms (6.3fps), AVG: 232ms (4.3fps), 0+0+0+0=0 0 |
|
| 93 | + [17:40:34.978] MJPG: 48805B 160ms (6.2fps), AVG: 231ms (4.3fps), 0+0+0+0=0 0 |
|
| 94 | + |
|
| 95 | + |
|
| 96 | + |
|
| 97 | + |
|
| 98 | +You can adjust various parameters, such as brightness and white balance. |
|
| 99 | +esp32-cam can even perform face recognition, which is amazing; |
|
| 100 | + |
|
| 101 | + |
|
| 102 | + |
|
| 103 | + |
|
| 104 | +You can capture pictures or transmit face recognition to the backend server; |
|
| 105 | + |
|
| 106 | +- For example, use a transparent transmission chip similar to sim800l; |
|
| 107 | +- https://github.com/carrascoacd/ArduinoSIM800L |
|
| 108 | +- You can also send data through at commands; |
|
| 109 | +- https://github.com/erdemarslan/GSMSim |
|
| 110 | +- You can also run mqtt; |
|
| 111 | +- https://github.com/martinhol221/SIM800L_MQTT |
|
| 112 | +- nb-iot Arduino development, sim7020 chip |
|
| 113 | +- https://github.com/pornpol/NB_Meter_SIM7020E |
|
| 114 | +- https://create.arduino.cc/projecthub/voske65/arduino-nb-iot-with-sim7020-and-t-mobile-027f8f |
|
| 115 | +- Image reporting reference |
|
| 116 | +- https://github.com/raphaelbs/esp32-cam-ai-thinker |
|
| 117 | +- https://github.com/yoursunny/ESP32-CAM-OV2640/blob/master/examples/WiFiCam/WifiCam.ino |
|
| 118 | + |
|
| 119 | + |
|
| 120 | + |
|
| 121 | +### more repo |
|
| 122 | + |
|
| 123 | +- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-S2-CAMERA_LAN |
|
| 124 | +- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-CAMERA_WAN |
|
| 125 | +- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-CAMERA_LAN |
|
| 126 | +- https://docs.m5stack.com/#/zh_CN/unit/esp32cam |
|
| 127 | + |
|
| 128 | + |
|
| 129 | +## ref |
|
| 130 | + |
|
| 131 | +- [[ESP32-APP-dat]] |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-RC-car-dat/ESP32-RC-car-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# ESP32-RC-car-dat |
|
| 3 | + |
|
| 4 | +- [[SDR1064-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip-cn-dat/Espressif-dat/ESP-APP-dat/ESP32-app-dat/ESP32-app-dat.md
| ... | ... | @@ -0,0 +1,7 @@ |
| 1 | + |
|
| 2 | +# ESP32-app-dat |
|
| 3 | + |
|
| 4 | +- [[ESP32-CAM-dat]] - [[ESP32-RC-car-dat]] - [[ESP32-quadcopter-dat]] |
|
| 5 | + |
|
| 6 | + |
|
| 7 | + |
Chip-cn-dat/Espressif-dat/ESP32-S3-DAT/ESP32-S3-app-DAT/2025-07-10-17-53-03.png
| ... | ... | Binary files a/Chip-cn-dat/Espressif-dat/ESP32-S3-DAT/ESP32-S3-app-DAT/2025-07-10-17-53-03.png and /dev/null differ |
Chip-cn-dat/Espressif-dat/ESP32-S3-DAT/ESP32-S3-app-DAT/ESP32-S3-app-DAT.md
| ... | ... | @@ -8,16 +8,6 @@ |
| 8 | 8 | - [[ESP32-I2S-dat]] |
| 9 | 9 | |
| 10 | 10 | |
| 11 | -## ESP-EYE |
|
| 12 | - |
|
| 13 | -- [[ESP-EYE-dat]] |
|
| 14 | - |
|
| 15 | -- [[SCH_ESP32-S3-EYE-MB_20211201_V2.2.pdf]] |
|
| 16 | - |
|
| 17 | - |
|
| 18 | - |
|
| 19 | -https://github.com/espressif/esp-who/blob/master/docs/en/get-started/ESP32-S3-EYE_Getting_Started_Guide.md |
|
| 20 | - |
|
| 21 | 11 | |
| 22 | 12 | |
| 23 | 13 | ## Camera Board |
app-dat/ESP32-app-dat/ESP32-CAM-dat/ESP32-CAM-dat.md
| ... | ... | @@ -1,9 +0,0 @@ |
| 1 | - |
|
| 2 | -# ESP32-CAM-dat |
|
| 3 | - |
|
| 4 | -- [[SCM1030-dat]] - [[WIFI-video-dat]] |
|
| 5 | - |
|
| 6 | - |
|
| 7 | - |
|
| 8 | -## ref |
|
| 9 | - |
app-dat/ESP32-app-dat/ESP32-RC-car-dat/ESP32-RC-car-dat.md
| ... | ... | @@ -1,4 +0,0 @@ |
| 1 | - |
|
| 2 | -# ESP32-RC-car-dat |
|
| 3 | - |
|
| 4 | -- [[SDR1064-dat]] |
|
| ... | ... | \ No newline at end of file |
app-dat/ESP32-app-dat/ESP32-app-dat.md
| ... | ... | @@ -1,128 +0,0 @@ |
| 1 | - |
|
| 2 | -# ESP32-app-dat |
|
| 3 | - |
|
| 4 | -- [[ESP32-CAM-dat]] - [[ESP32-RC-car-dat]] - [[ESP32-quadcopter-dat]] |
|
| 5 | - |
|
| 6 | - |
|
| 7 | - |
|
| 8 | - |
|
| 9 | -## ESP32 CAM HDK setup |
|
| 10 | - |
|
| 11 | -### official code |
|
| 12 | - |
|
| 13 | -official ESP32 code in examples - ESP32 - camera |
|
| 14 | - |
|
| 15 | - #elif defined(CAMERA_MODEL_AI_THINKER) |
|
| 16 | - #define PWDN_GPIO_NUM 32 |
|
| 17 | - #define RESET_GPIO_NUM -1 |
|
| 18 | - #define XCLK_GPIO_NUM 0 |
|
| 19 | - #define SIOD_GPIO_NUM 26 |
|
| 20 | - #define SIOC_GPIO_NUM 27 |
|
| 21 | - |
|
| 22 | - #define Y9_GPIO_NUM 35 |
|
| 23 | - #define Y8_GPIO_NUM 34 |
|
| 24 | - #define Y7_GPIO_NUM 39 |
|
| 25 | - #define Y6_GPIO_NUM 36 |
|
| 26 | - #define Y5_GPIO_NUM 21 |
|
| 27 | - #define Y4_GPIO_NUM 19 |
|
| 28 | - #define Y3_GPIO_NUM 18 |
|
| 29 | - #define Y2_GPIO_NUM 5 |
|
| 30 | - #define VSYNC_GPIO_NUM 25 |
|
| 31 | - #define HREF_GPIO_NUM 23 |
|
| 32 | - #define PCLK_GPIO_NUM 22 |
|
| 33 | - |
|
| 34 | - // 4 for flash led or 33 for normal led |
|
| 35 | - #define LED_GPIO_NUM 4 |
|
| 36 | - |
|
| 37 | - |
|
| 38 | - |
|
| 39 | - |
|
| 40 | -output log |
|
| 41 | - |
|
| 42 | - [17:36:35.541] ets Jun 8 2016 00:22:57 |
|
| 43 | - |
|
| 44 | - rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
|
| 45 | - configsip: 0, SPIWP:0xee |
|
| 46 | - clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 |
|
| 47 | - mode:DIO, clock div:1 |
|
| 48 | - load:0x3fff0018,len:4 |
|
| 49 | - load:0x3fff001c,len:1100 |
|
| 50 | - load:0x40078000,len:10088 |
|
| 51 | - load:0x40080400,len:6380 |
|
| 52 | - entry 0x400806a4 |
|
| 53 | - [17:36:37.594] |
|
| 54 | - [17:36:39.044] . |
|
| 55 | - [17:36:39.551] . |
|
| 56 | - WiFi connected |
|
| 57 | - Starting web server on port: '80' |
|
| 58 | - Starting stream server on port: '81' |
|
| 59 | - Camera Ready! Use 'http://192.168.1.126' to connect |
|
| 60 | - |
|
| 61 | -Access according to the prompted IP address and connect to the same wifi; |
|
| 62 | -Video is to connect to output more pictures; the larger the picture, the greater the delay; |
|
| 63 | - |
|
| 64 | - |
|
| 65 | - [17:40:29.055] MJPG: 45493B 168ms (6.0fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 66 | - [17:40:29.211] MJPG: 45793B 155ms (6.5fps), AVG: 253ms (4.0fps), 0+0+0+0=0 0 |
|
| 67 | - [17:40:29.370] MJPG: 46325B 159ms (6.3fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 68 | - [17:40:29.567] MJPG: 46507B 196ms (5.1fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 69 | - [17:40:29.681] MJPG: 46692B 116ms (8.6fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 70 | - [17:40:29.860] MJPG: 47077B 176ms (5.7fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 71 | - [17:40:30.010] MJPG: 47449B 149ms (6.7fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 72 | - [17:40:30.168] MJPG: 47684B 157ms (6.4fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 73 | - [17:40:30.330] MJPG: 48014B 166ms (6.0fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 74 | - [17:40:30.488] MJPG: 48215B 157ms (6.4fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 75 | - [17:40:30.648] MJPG: 48396B 160ms (6.2fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 76 | - [17:40:30.811] MJPG: 48359B 159ms (6.3fps), AVG: 255ms (3.9fps), 0+0+0+0=0 0 |
|
| 77 | - [17:40:30.970] MJPG: 48432B 163ms (6.1fps), AVG: 254ms (3.9fps), 0+0+0+0=0 0 |
|
| 78 | - [17:40:31.139] MJPG: 48454B 168ms (6.0fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 79 | - [17:40:31.296] MJPG: 48644B 154ms (6.5fps), AVG: 256ms (3.9fps), 0+0+0+0=0 0 |
|
| 80 | - [17:40:31.451] MJPG: 48676B 153ms (6.5fps), AVG: 160ms (6.2fps), 0+0+0+0=0 0 |
|
| 81 | - [17:40:31.610] MJPG: 48759B 162ms (6.2fps), AVG: 165ms (6.1fps), 0+0+0+0=0 0 |
|
| 82 | - [17:40:31.797] MJPG: 48763B 183ms (5.5fps), AVG: 161ms (6.2fps), 0+0+0+0=0 0 |
|
| 83 | - [17:40:31.928] MJPG: 48757B 131ms (7.6fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 84 | - [17:40:32.100] MJPG: 48791B 175ms (5.7fps), AVG: 160ms (6.2fps), 0+0+0+0=0 0 |
|
| 85 | - [17:40:32.249] MJPG: 48805B 144ms (6.9fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 86 | - [17:40:32.418] MJPG: 48861B 167ms (6.0fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 87 | - [17:40:32.569] MJPG: 48839B 156ms (6.4fps), AVG: 159ms (6.3fps), 0+0+0+0=0 0 |
|
| 88 | - [17:40:32.747] MJPG: 48830B 173ms (5.8fps), AVG: 158ms (6.3fps), 0+0+0+0=0 0 |
|
| 89 | - [17:40:34.268] MJPG: 48848B 1526ms (0.7fps), AVG: 228ms (4.4fps), 0+0+0+0=0 0 |
|
| 90 | - [17:40:34.348] MJPG: 48822B 75ms (13.3fps), AVG: 223ms (4.5fps), 0+0+0+0=0 0 |
|
| 91 | - [17:40:34.660] MJPG: 48825B 311ms (3.2fps), AVG: 232ms (4.3fps), 0+0+0+0=0 0 |
|
| 92 | - [17:40:34.817] MJPG: 49600B 158ms (6.3fps), AVG: 232ms (4.3fps), 0+0+0+0=0 0 |
|
| 93 | - [17:40:34.978] MJPG: 48805B 160ms (6.2fps), AVG: 231ms (4.3fps), 0+0+0+0=0 0 |
|
| 94 | - |
|
| 95 | - |
|
| 96 | - |
|
| 97 | - |
|
| 98 | -You can adjust various parameters, such as brightness and white balance. |
|
| 99 | -esp32-cam can even perform face recognition, which is amazing; |
|
| 100 | - |
|
| 101 | - |
|
| 102 | - |
|
| 103 | - |
|
| 104 | -You can capture pictures or transmit face recognition to the backend server; |
|
| 105 | - |
|
| 106 | -- For example, use a transparent transmission chip similar to sim800l; |
|
| 107 | -- https://github.com/carrascoacd/ArduinoSIM800L |
|
| 108 | -- You can also send data through at commands; |
|
| 109 | -- https://github.com/erdemarslan/GSMSim |
|
| 110 | -- You can also run mqtt; |
|
| 111 | -- https://github.com/martinhol221/SIM800L_MQTT |
|
| 112 | -- nb-iot Arduino development, sim7020 chip |
|
| 113 | -- https://github.com/pornpol/NB_Meter_SIM7020E |
|
| 114 | -- https://create.arduino.cc/projecthub/voske65/arduino-nb-iot-with-sim7020-and-t-mobile-027f8f |
|
| 115 | -- Image reporting reference |
|
| 116 | -- https://github.com/raphaelbs/esp32-cam-ai-thinker |
|
| 117 | -- https://github.com/yoursunny/ESP32-CAM-OV2640/blob/master/examples/WiFiCam/WifiCam.ino |
|
| 118 | - |
|
| 119 | - |
|
| 120 | - |
|
| 121 | -### more repo |
|
| 122 | - |
|
| 123 | -- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-S2-CAMERA_LAN |
|
| 124 | -- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-CAMERA_WAN |
|
| 125 | -- https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_ESP32-CAMERA_LAN |
|
| 126 | -- https://docs.m5stack.com/#/zh_CN/unit/esp32cam |
|
| 127 | - |
|
| 128 | - |