Skip to content

Commit 5a21e42

Browse files
authored
Camera sensor compatibility
1 parent b59e0fd commit 5a21e42

File tree

1 file changed

+17
-20
lines changed
  • content/en/docs/Badges/Konsool/compatibility/camera

1 file changed

+17
-20
lines changed

content/en/docs/Badges/Konsool/compatibility/camera/_index.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,21 @@ nodateline: true
55
weight: -10
66
---
77

8-
# Camera Compatibility List
8+
# Software
9+
10+
Konsool applications can use the [esp_cam_sensor](https://github.com/espressif/esp-video-components/tree/master/esp_cam_sensor) driver to read frames from a MIPI CSI camera module.
11+
12+
The camera connector on Konsool has the same pinout as the 22 pin MIPI CSI connector found on the Raspberry Pi Zero and Raspberry Pi 5.
13+
14+
# Supported sensors
15+
16+
| Sensor | Max resolution | Output format |
17+
|------------------|----------------|--------------------------------------------------------------|
18+
| GC2145 | 1600 x 1200 | RGB565<br/>YCbCr422<br/>8bit Raw RGB data |
19+
| OV2710 | 1920 x 1080 | Raw RGB data |
20+
| OV5645 | 2592 x 1944 | 8/10-bit Raw RGB data<br/>RGB565<br/>YUV/YCbCr422<br/>YUV420 |
21+
| OV5647 | 2592 x 1944 | 8/10-bit Raw RGB data |
22+
| SC035HGS | 640 x 480 | Raw MONO<br/>Raw RGB data |
23+
| SC202CS (SC2356) | 1600 x 1200 | 8/10-bit Raw RGB data |
24+
| SC2336 | 1920 x 1080 | 8/10-bit Raw RGB data |
925

10-
| Camera | Sensor | Connector | Lens | "Night vision" | Flashlight | Autofocus |
11-
| ----------------------------------- | ------ | ------------------------------------------- | --------------------------- | -------------- | ---------- | --------- |
12-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 120 degree fixed | No | No | No |
13-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 72 degree fixed | Yes | No | No |
14-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 72 degree fixed | No | No | No |
15-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 160 degree fixed | No | No | No |
16-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 120 degree fixed (big lens) | No | No | No |
17-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 120 degree motorized | No | No | Yes |
18-
| Camera Module for Raspberry Pi Zero | OV5647 | 22 pin Pi Zero/5 style | 72 degree motorized | No | No | Yes |
19-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | FF 69 | No | No | No |
20-
| Raspberry Pi 5 camera | IMX519 | Comes with cable to 22 pin Pi Zero/5 style | Unknown | No | No | Yes |
21-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | AF 65" | No | No | Yes |
22-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | IR-CUT 175 2 | Yes | IR | No |
23-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | IR-CUT 175 | Yes | No | No |
24-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | IR-CUT 75 2" | Yes | IR | No |
25-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | IR-CUT 75 | Yes | No | No |
26-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | MF 220 | No | No | No |
27-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | MF 175 | No | No | No |
28-
| Raspberry Pi 5 camera | OV5647 | Comes with cable to 22 pin Pi Zero/5 style | MF 130 Night 2 | Yes | IR | No |

0 commit comments

Comments
 (0)