media: video-i2c: add Melexis MLX90640 thermal camera
authorMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 11 Dec 2018 15:17:01 +0000 (13:17 -0200)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 21 Jan 2019 17:39:42 +0000 (15:39 -0200)
commit8866cfbf655067237bb34a32a199f01eca9eeb5a
tree39f3161e9f11ed8d8ec15d11bf273c17026a9b34
parent6372f01cddaa9d910d530ba3e389b9f86c7052e4
media: video-i2c: add Melexis MLX90640 thermal camera

Add initial support for MLX90640 thermal cameras which output an 32x24
greyscale pixel image along with 2 rows of coefficent data.

Because of this the data outputed is really 32x26 and needs the two rows
removed after using the coefficent information to generate processed
images in userspace.

Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/video-i2c.c