linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] multipixel infrared thermopile sensors
@ 2016-10-19 17:13 Matt Ranostay
  2016-10-23  9:53 ` Jonathan Cameron
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Ranostay @ 2016-10-19 17:13 UTC (permalink / raw)
  To: linux-iio, Jonathan Cameron, Lars-Peter Clausen

Jonathan et all,

Know this has been brought up in the past but what is the view of
multipixel infrared thermopiles?

Initially I plan to do summing average of all the pixels and report
that back, but would like in the future to be able to push the pixel
data to the buffers.

These of course are weird because they barely fit into iio, but nor do
they fit into v4l2 (especially since the data isn't DMA'able).

Datasheet -> https://eewiki.net/download/attachments/13599167/Grid-EYE%20SPECIFICATIONS%28Reference%29.pdf

Thanks,

Matt

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

* Re: [RFC] multipixel infrared thermopile sensors
  2016-10-19 17:13 [RFC] multipixel infrared thermopile sensors Matt Ranostay
@ 2016-10-23  9:53 ` Jonathan Cameron
  2016-10-24  8:07   ` Matt Ranostay
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2016-10-23  9:53 UTC (permalink / raw)
  To: Matt Ranostay, linux-iio, Lars-Peter Clausen

On 19/10/16 18:13, Matt Ranostay wrote:
> Jonathan et all,
> 
> Know this has been brought up in the past but what is the view of
> multipixel infrared thermopiles?
> 
> Initially I plan to do summing average of all the pixels and report
> that back, but would like in the future to be able to push the pixel
> data to the buffers.
> 
> These of course are weird because they barely fit into iio, but nor do
> they fit into v4l2 (especially since the data isn't DMA'able).
DMA isn't really a requirement for v4l2.

Usual rule of thumb that if no one else thinks it's in their scope and
it measures something it goes in IIO :)

So real question is do the v4l2 people think it should be in there?

My gut feeling is yes.  These things are only going to get bigger as the
technology moves on so will become more and more camera like.

It's possible we'll ultimately end up bridging one way or the other
between IIO and v4l2 but only once we have a clean use case for it
and I'm not convinced this is one yet...

Though maybe it is if exporting the average of pixels is actually how
these devices are typically used...

J
> 
> Datasheet -> https://eewiki.net/download/attachments/13599167/Grid-EYE%20SPECIFICATIONS%28Reference%29.pdf
> 
> Thanks,
> 
> Matt
> 


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

* Re: [RFC] multipixel infrared thermopile sensors
  2016-10-23  9:53 ` Jonathan Cameron
@ 2016-10-24  8:07   ` Matt Ranostay
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Ranostay @ 2016-10-24  8:07 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, Lars-Peter Clausen

On Sun, Oct 23, 2016 at 2:53 AM, Jonathan Cameron <jic23@kernel.org> wrote:
> On 19/10/16 18:13, Matt Ranostay wrote:
>> Jonathan et all,
>>
>> Know this has been brought up in the past but what is the view of
>> multipixel infrared thermopiles?
>>
>> Initially I plan to do summing average of all the pixels and report
>> that back, but would like in the future to be able to push the pixel
>> data to the buffers.
>>
>> These of course are weird because they barely fit into iio, but nor do
>> they fit into v4l2 (especially since the data isn't DMA'able).
> DMA isn't really a requirement for v4l2.
>
> Usual rule of thumb that if no one else thinks it's in their scope and
> it measures something it goes in IIO :)
>
> So real question is do the v4l2 people think it should be in there?
>
> My gut feeling is yes.  These things are only going to get bigger as the
> technology moves on so will become more and more camera like.
>
> It's possible we'll ultimately end up bridging one way or the other
> between IIO and v4l2 but only once we have a clean use case for it
> and I'm not convinced this is one yet...
>
> Though maybe it is if exporting the average of pixels is actually how
> these devices are typically used...
>

Seem likely we need to have a v4l2 interface... esp for the that FLIR
module awhile back... (seems people made a module that was a USB class
device to avoid this :))

Only issue is that there are temperature trip points that can be set
which don't translate to v4l2...
And v4l2 is more DMA buffer driven but I guess a polling driver was
going to happen at some point...

> J
>>
>> Datasheet -> https://eewiki.net/download/attachments/13599167/Grid-EYE%20SPECIFICATIONS%28Reference%29.pdf
>>
>> Thanks,
>>
>> Matt
>>
>

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

end of thread, other threads:[~2016-10-24  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 17:13 [RFC] multipixel infrared thermopile sensors Matt Ranostay
2016-10-23  9:53 ` Jonathan Cameron
2016-10-24  8:07   ` Matt Ranostay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).