|
| 1 | +| Supported Targets | ESP32-P4 | ESP32-S3 | |
| 2 | +| ----------------- | -------- | -------- | |
| 3 | + |
| 4 | + |
1 | 5 | # Capture Stream Example |
2 | 6 |
|
3 | 7 | (See the [README.md](../README.md) file in the upper level [examples](../) directory for more information about examples.) |
@@ -33,6 +37,16 @@ Component config ---> |
33 | 37 | [ ] SC2336 ---- |
34 | 38 | ``` |
35 | 39 |
|
| 40 | +#### SPI Development Kit |
| 41 | + |
| 42 | +``` |
| 43 | +Component config ---> |
| 44 | + Espressif Camera Sensors Configurations ---> |
| 45 | + [*] BF3901 ---> |
| 46 | + Auto detect BF3901 ---> |
| 47 | + [*] Detect for SPI interface sensor |
| 48 | +``` |
| 49 | + |
36 | 50 | ### Build and Flash |
37 | 51 | Build the project and flash it to the board, then run monitor tool to view serial output: |
38 | 52 |
|
@@ -124,4 +138,30 @@ I (4367) example: size: 614400 |
124 | 138 | I (4367) example: FPS: 6 |
125 | 139 | I (4367) main_task: Returned from app_main() |
126 | 140 | ... |
127 | | -``` |
| 141 | +``` |
| 142 | + |
| 143 | +#### SPI Development Kit |
| 144 | + |
| 145 | +``` |
| 146 | +... |
| 147 | +I (1483) main_task: Calling app_main() |
| 148 | +I (1483) example_init_video: SPI camera sensor I2C port=1, scl_pin=8, sda_pin=7, freq=100000 |
| 149 | +I (1513) bf3901: Detected Camera sensor PID=0x3901 |
| 150 | +I (1573) example: version: 1.0.0 |
| 151 | +I (1573) example: driver: SPI |
| 152 | +I (1573) example: card: SPI |
| 153 | +I (1573) example: bus: esp32p4:SPI |
| 154 | +I (1573) example: capabilities: |
| 155 | +I (1573) example: VIDEO_CAPTURE |
| 156 | +I (1573) example: STREAMING |
| 157 | +I (1583) example: device capabilities: |
| 158 | +I (1583) example: VIDEO_CAPTURE |
| 159 | +I (1583) example: STREAMING |
| 160 | +I (1593) example: Capture YVU 4:2:2 planar format frames for 3 seconds: |
| 161 | +I (4613) example: width: 240 |
| 162 | +I (4613) example: height: 320 |
| 163 | +I (4613) example: size: 153600 |
| 164 | +I (4613) example: FPS: 10 |
| 165 | +I (4613) main_task: Returned from app_main() |
| 166 | +... |
| 167 | +``` |
0 commit comments