https://github.com/jpcano/esp32-camera-sccb
https://github.com/jpcano/esp32-camera-sccb
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpcano/esp32-camera-sccb
- Owner: jpcano
- Created: 2025-04-23T13:30:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T13:38:05.000Z (about 1 year ago)
- Last Synced: 2025-04-23T14:35:03.620Z (about 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-camera-sccb
Working with camera modules using the SCCB protocol in the ESP32 microcontroller.
This project uses exclusively the ESP-IDF Development Framework.
### Supported Soc
- ESP32
- ESP32-S2
- ESP32-S3
### Supported Sensor
| model | max resolution | color type | output format | Len Size |
| -------- | -------------- | ---------- | ------------------------------------------------------------------------------------- | -------- |
| OV2640 | 1600 x 1200 | color | YUV(422/420)/YCbCr422
RGB565/555
8-bit compressed data
8/10-bit Raw RGB data | 1/4" |
| OV3660 | 2048 x 1536 | color | raw RGB data
RGB565/555/444
CCIR656
YCbCr422
compression | 1/5" |
| OV5640 | 2592 x 1944 | color | RAW RGB
RGB565/555/444
CCIR656
YUV422/420
YCbCr422
compression | 1/4" |
| OV7670 | 640 x 480 | color | Raw Bayer RGB
Processed Bayer RGB
YUV/YCbCr422
GRB422
RGB565/555 | 1/6" |
| OV7725 | 640 x 480 | color | Raw RGB
GRB 422
RGB565/555/444
YCbCr 422 | 1/4" |
| NT99141 | 1280 x 720 | color | YCbCr 422
RGB565/555/444
Raw
CCIR656
JPEG compression | 1/4" |
| GC032A | 640 x 480 | color | YUV/YCbCr422
RAW Bayer
RGB565 | 1/10" |
| GC0308 | 640 x 480 | color | YUV/YCbCr422
RAW Bayer
RGB565
Grayscale | 1/6.5" |
| GC2145 | 1600 x 1200 | color | YUV/YCbCr422
RAW Bayer
RGB565 | 1/5" |
| BF3005 | 640 x 480 | color | YUV/YCbCr422
RAW Bayer
RGB565 | 1/4" |
| BF20A6 | 640 x 480 | color | YUV/YCbCr422
RAW Bayer
Only Y | 1/10" |
| SC101IOT | 1280 x 720 | color | YUV/YCbCr422
Raw RGB | 1/4.2" |
| SC030IOT | 640 x 480 | color | YUV/YCbCr422
RAW Bayer | 1/6.5" |
| SC031GS | 640 x 480 | monochrome | RAW MONO
Grayscale | 1/6" |