mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
sort out Camera example
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)**
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_m5camera_f_06.png" width="50%" height="50%">
|
||||
|
||||
### 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
|
||||
|
||||
@@ -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之间通信)
|
||||
|
||||
|
||||
## 相关视频
|
||||
|
||||
+11
-11
@@ -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**芯片后,陀螺仪的例程)
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
@@ -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**芯片后,陀螺仪的例程)
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
@@ -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**芯片后,陀螺仪的例程)
|
||||
|
||||
|
||||
|
||||
<!-- ## 例程 -->
|
||||
|
||||
<!-- ### 1. Arduino IDE
|
||||
|
||||
```arduino
|
||||
DHT12 dht12; //new a object
|
||||
Adafruit_BMP280 bme;
|
||||
|
||||
float tmp = dht12.readTemperature();//temperature
|
||||
float hum = dht12.readHumidity();//humidity
|
||||
float pressure = bme.readPressure();//pressure
|
||||
```
|
||||
|
||||
具体例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/M5CAMERA/Arduino)。
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
<img src="assets/img/product_pics/unit/unit_example/example_unit_m5camera_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/unit/unit_example/example_unit_m5camera_02.png" width="55%" height="55%">
|
||||
|
||||
具体例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/M5CAMERA/UIFlow)。 -->
|
||||
|
||||
<!-- ## 原理图 -->
|
||||
|
||||
<!-- <img src="assets/img/product_pics/unit/m5camera_sch.JPG"> -->
|
||||
|
||||
<!-- ### 管脚映射 -->
|
||||
|
||||
<!-- <table>
|
||||
<tr><td>M5Core(GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>M5CAMERA Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table> -->
|
||||
|
||||
Reference in New Issue
Block a user