All of lore.kernel.org
 help / color / mirror / Atom feed
* Potential integration of thermal cameras into v4l
@ 2023-01-07 21:58 Sophie Friedrich
  2023-01-10  8:46 ` Pekka Paalanen
  0 siblings, 1 reply; 7+ messages in thread
From: Sophie Friedrich @ 2023-01-07 21:58 UTC (permalink / raw)
  To: linux-media

Hello people,

over the past months I've written a driver for the Guide MobIR Air¹
USB-C thermal camera. The driver uses v4l2loopback and runs in user
space with python.² The driver manages camera state, calibration and
conversion of the raw microbolometer to temperature values.

In my research I couldn't find any mentions of a thermal camera support
in the Linux kernel nor the media subsystem, so I assume I'm the first
to ask here and we would presumably need lay out some ground work.

The current camera driver outputs the temperature in the Y16 format as
Kelvin * 100 (i.e. 28056 (raw) -> 280.56K -> 7.41°C). This allows for
further processing down the line with i.e. OpenCV, but has its 
limitations. Especially as temps of only up to 382.2°C can be displayed
currently.

Does it seem feasible to integrate support for thermal cameras in the
Linux kernel and more specifically in the v4l2 subsystem?

- Sophie

[1]: 
https://www.guideir.com/products/mobileaccessories/mobirair/data_300.html
[2]: https://github.com/tyalie/pyMobirAir-v4l2/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-10 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 21:58 Potential integration of thermal cameras into v4l Sophie Friedrich
2023-01-10  8:46 ` Pekka Paalanen
2023-01-10 11:45   ` Jacopo Mondi
2023-01-10 12:14     ` Sophie Tyalie
2023-01-10 13:13     ` Laurent Pinchart
2023-01-10 13:33       ` Sophie Friedrich
2023-01-10 13:50         ` Laurent Pinchart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.