Support both ov2640 and ov3660 with esp_video (#1695)
* Support both ov2640 and ov3660 with esp_video * Use configuration to set up the use of cameras ov3660 and ov2640
This commit is contained in:
@ -47,6 +47,28 @@ Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Octal Mode
|
||||
Component config -> PHY -> (10)Max WiFi TX power (dBm)
|
||||
```
|
||||
|
||||
**配置摄像头:**
|
||||
|
||||
* **OV3660**
|
||||
```
|
||||
Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> OV3660 -> Auto detect OV3660
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> OV3660 -> Select default output format for DVP interface (YUV422 240x240 24fps, DVP 8-bit, 20M input)
|
||||
```
|
||||
|
||||
* **OV2640**
|
||||
```
|
||||
Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> OV2640 -> Auto detect OV2640
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
Component config -> Espressif Camera Sensors Configurations -> Camera Sensor Configuration -> Select and Set Camera Sensor -> OV2640 -> Select default output format for DVP interface (YUV422 240x240 25fps, DVP 8-bit, 20M input)
|
||||
```
|
||||
|
||||
**编译:**
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user