From 7fb4fbb52f430ddee3f9e5baab57c7efb307ed61 Mon Sep 17 00:00:00 2001 From: shaoxiang <1026025056@qq.com> Date: Thu, 23 May 2019 09:52:40 +0800 Subject: [PATCH] sort out Camera example --- docs/en/unit/esp32cam.md | 10 +++++++- docs/en/unit/m5camera.md | 27 ++++++++++++++++++---- docs/en/unit/m5camera_f.md | 12 +++++++++- docs/zh_CN/unit/esp32cam.md | 4 ++-- docs/zh_CN/unit/m5camera.md | 22 +++++++++--------- docs/zh_CN/unit/m5camera_f.md | 8 +++---- docs/zh_CN/unit/m5camera_x.md | 43 ++++------------------------------- 7 files changed, 65 insertions(+), 61 deletions(-) diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md index fca9346d..dc03de4b 100644 --- a/docs/en/unit/esp32cam.md +++ b/docs/en/unit/esp32cam.md @@ -158,7 +158,15 @@ The hardware also comes with some reserved weld pad, just in case you want put t ### Firmware -- **[ESP32CAM Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/NoPsram)** +- **[ESP32CAM Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/ESP32-Camera)** + +### Example + + - **[Serial communication-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)** + + - **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(The serial communication routine is the communication between the camera and the M5Core.) + + ## Related Video diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md index fc476eff..c8427abb 100644 --- a/docs/en/unit/m5camera.md +++ b/docs/en/unit/m5camera.md @@ -173,15 +173,34 @@ This Unit reserves the weld of the 9-axis gyroscope (MPU6050), Temperature and h ### Firmware -- [A Model](https://github.com/m5stack/m5stack-cam-psram/tree/ModeA) +- **[A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20A)** -- [B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master) +- **[B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20B)** ### Example -- [Color recognition](https://github.com/m5stack/Applications-cam) +**A Model:** + + - **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20A)** + + - **[Serial communication-A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A)** + + - **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) + + - **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20A)** + +**B Model:** + + - **[Face recognition](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)** + + - **[Serial communication-B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)** + + - **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) + + - **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B)** + + - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)**(Gyro Example after soldering **MPU6050**) -- [Face recognition](https://github.com/m5stack/esp-who) ## Schematic diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md index 26fede60..a27f0ef7 100644 --- a/docs/en/unit/m5camera_f.md +++ b/docs/en/unit/m5camera_f.md @@ -168,10 +168,20 @@ This Unit reserves the weld of the 9-axis gyroscope (MPU6050), Temperature and h ### Firmware -- **[M5Camera Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/FishEye)** +- **[M5Camera Firmware](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20F)** +### Example + + - **[Serial communication-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)** + + - **[Serial communication-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(The serial communication routine is the communication between the camera and the M5Core.) + + - **[QRcode](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)** + + - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)**(Gyro Example after soldering **MPU6050**) + ## Schematic ### Power circuit diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md index 45bbe6cf..a4c260a4 100644 --- a/docs/zh_CN/unit/esp32cam.md +++ b/docs/zh_CN/unit/esp32cam.md @@ -164,9 +164,9 @@ ### 例程 - - [串口通信-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera) + - **[串口通信-ESP32CAM](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/ESP32-Camera)** - - [串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)(串口通信例程为,摄像头与M5Core之间通信) + - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) ## 相关视频 diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md index 31e50b77..13c21d32 100644 --- a/docs/zh_CN/unit/m5camera.md +++ b/docs/zh_CN/unit/m5camera.md @@ -170,33 +170,33 @@ Model A 和 Model B,它们有着不同的电路设计、可以通过背面贴 ### 出厂固件(WiFi传输图像) -- [A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20A) +- **[A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20A)** -- [B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20B) +- **[B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/wifi/firmware/Camera%20B)** ### 例程 **A Model:** - - [人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20A) + - **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20A)** - - [串口通信-A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A) + - **[串口通信-A Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20A)** - - [串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)(串口通信例程为,摄像头与M5Core之间通信) + - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) - - [QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20A) + - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20A)** **B Model:** - - [人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B) + - **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20B)** - - [串口通信-B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B) + - **[串口通信-B Model](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20B)** - - [串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)(串口通信例程为,摄像头与M5Core之间通信) + - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) - - [QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B) + - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20B)** - - [MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)(焊接**MPU6050**芯片后,陀螺仪的例程) + - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20B)**(焊接**MPU6050**芯片后,陀螺仪的例程) ## 原理图 diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md index c12aad95..a2e15948 100644 --- a/docs/zh_CN/unit/m5camera_f.md +++ b/docs/zh_CN/unit/m5camera_f.md @@ -176,13 +176,13 @@ ### 例程 - - [串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F) + - **[串口通信-M5CameraF](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20F)** - - [串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)(串口通信例程为,摄像头与M5Core之间通信) + - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) - - [QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F) + - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20F)** - - [MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)(焊接**MPU6050**芯片后,陀螺仪的例程) + - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20F)**(焊接**MPU6050**芯片后,陀螺仪的例程) ## 原理图 diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md index f33465d6..b508d48d 100644 --- a/docs/zh_CN/unit/m5camera_x.md +++ b/docs/zh_CN/unit/m5camera_x.md @@ -165,46 +165,13 @@ ### 例程 - - [人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20X) + - **[人脸识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/face_recognize/firmware/Camera%20X)** - - [串口通信-M5CameraX](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20X) + - **[串口通信-M5CameraX](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/firmware/Camera%20X)** - - [串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)(串口通信例程为,摄像头与M5Core之间通信) + - **[串口通信-M5Core](https://github.com/m5stack/m5stack-cam-psram/tree/master/uart/arduino)**(串口通信例程为,摄像头与M5Core之间通信) - - [QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20X) + - **[QRcode识别](https://github.com/m5stack/m5stack-cam-psram/tree/master/qr/firmware/Camera%20X)** - - [MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20X)(焊接**MPU6050**芯片后,陀螺仪的例程) + - **[MPU6050](https://github.com/m5stack/m5stack-cam-psram/tree/master/mpu6050/firmware/Camera%20X)**(焊接**MPU6050**芯片后,陀螺仪的例程) - - - - - - - - - - - - -