Skip to content

Commit 700469c

Browse files
committed
drivers: video: introduction of imx219 sensor driver
Add support for the Sony IMX219 CSI sensor. This sensor supports resolution of 3280x2464 in RGGB bayer format either 8 or 10 bits and using 2 or 4 CSI lanes. Only 10 bits on 2 CSI lanes is currently supported, and only in 1920x1080 pixel resolution using cropping. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent adf7f4d commit 700469c

File tree

3 files changed

+580
-0
lines changed

3 files changed

+580
-0
lines changed

drivers/video/Kconfig.imx219

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright (c) 2024 tinyVision.ai Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config VIDEO_IMX219
5+
bool "IMX219 8 Mega-Pixel CMOS image sensor"
6+
select I2C
7+
depends on DT_HAS_SONY_IMX219_ENABLED
8+
default y
9+
help
10+
Enable driver for IMX219 8 Mega-Pixel CMOS image sensor

0 commit comments

Comments
 (0)