Public Lab Research note


New possibilities for a low-cost gas camera

by loganw | September 29, 2016 19:21 29 Sep 19:21 | #13507 | #13507

This is an extension of the research started by Mathew Lippincot to create a low cost gas sensitive camera.

The high sensitivity semiconductor sensors are all very expensive, and scanning in two axes would require a significant scanning apparatus.

My investigation has been looking at what we might be able to accomplish with significantly less sensitivity. Can we slow down the time resolution or sacrifice the ability to detect/document all but the largest leaks in order to make something affordable?

Specifically, I've been looking at the use of thermopiles, all the way down near the bottom of the graph that Mathew found. A company called Heimann makes a 32x32 pixel thermopile sensor for $70, including the lens, amplifier, digital readout, etc. I am currently in the process of ordering one of these sensors through their Boston-area distributor, Boselec.

Another Boston-area company, Precision Micro-Optics, distributes a 3.4um narrow bandpass filter at the affordable price of $62. Combining these optical components with a Raspberry Pi, a display, and a visible camera to increase the perceived resolution of the IR sensor could put the camera in the $250 range.

But can we even detect anything with that low a sensitivity?

32x32 pixel sensor datasheet: HTPA_32x32d_L2.1_0.8_-Hi-S_Rev2_Datasheet.pdf

Thinking about noise

I'm not an expert or even particularly knowledgeable in this field, so the few methods of analyzing feasibility have given me several different answers.

There's a Github repository where I'm storing some relevant files, and an iPython notebook I've been using for performing some calculations.

Noise floor of the sensor

The noise equivalent temperature difference of the sensor is 150 mK / Hz0.5. Order of magnitude, a change in temperature of 150 mK, at human temperature scales, results in a change of power output of 1 W/m2. With a lens with a FOV of 33 degrees (L5 Ge), this means that the noise floor for each pixel, at 1 Hz, is 1 nW of incident power.

How much does methane absorb?

At 150 mmHg of pressure, which is roughly 140 g/m3, looking through 5cm of methane will reduce the total transmissivity of the Precision Micro Optics filter by approximately 25%.

Let's assume that this is a reasonable amount of methane to try to measure (unverified assumption! it seems high, but maybe we'll be looking through more methane (10m instead of 5cm) at a lower concentration in a real world environment. I have scrawled in some notes that 200ppm methane = .245g/m3, but I may have screwed up somewhere.) This means that, order of magnitude, we need 10nW of power incident on each pixel in the array in order to see variation caused by methane (either through variation over time or through subtraction of two sensors or by chopping the filter.)

Where does that power come from?

In the iPython notebook, I tried to evaluate what the baseline power is from the scattered illumination of the blue sky. (Assuming we're looking at outdoor leaks against a clear sky.) I found a received power of 0.0056 W/m2 from the entire blue sky. This doesn't look good, from this I calculated a received power of .015 nW per pixel.

But maybe it would work against a cloudy sky? Maybe it would work against a buildings or other thermal radiators? More to investigate.

Comparison with existing gas cameras

FLIR's gas camera has a NETD of 15mK/Hz0.5, about an order of magnitude better than the sensor I'm evaluating. A factor of 10 doesn't sound so bad! But, I think it's worse than that -- the NETD of the thermopile array is assuming it's receiving a whole bunch of radiation in the 5-12um range, where as the sensor in the FLIR camera can only receive in the 2-5um range. (And maybe this figure is even reported with the gas-sensitive IR filter taken into account.) If this is the case, then we lose another 1.5 orders of magnitude, and the cheap sensor is maybe .3% as sensitive. Guessing from FLIR's reported sensitivity, maybe this means that leaks in the 200g/hr range could be detectable? I believe this is around what a typical stove burns, so this seems like a reasonable range to try testing and measuring.

Next steps

I'm a bit overwhelmed by assumptions and uncertainty over figures in datasheets, so my plan is to order one of the sensors, start measuring things with it, and try evaluating empirically whether any of this looks feasible. Worst case scenario, I made an expensive DIY thermal camera.


9 Comments

great to see these initial assumptions! and awesome work on finding both a low-cost sensor and a low-cost filter. The FLIR Lepton thermal images are 64x64 and are pretty useful when overlaid on a visible light photo, I expect the 32x32 would still be workable to find leaks.

Many of the sensors on that chart will increase sensitivity with cooling. if there was a way to attach a heat sink to the sensor and bathe the heat sink in a dry ice/acetone cooling bath you could get to 196K without any moving parts. (this is a dangerous idea, you should try safer cooling like a peltier first)

the whole system would have to be stuffed to the gills with desiccant too. while not particularly elegant and relying on lots of disposable chemicals, there shouldn't be anything too complicated or unreliable about it.

this is exciting! i'm following your github repo too.

Reply to this comment...


I found this handy thermoelectric cooler module calculator: http://tetech.com/peltier-thermoelectric-cooler-module-calculator/

Reply to this comment...


Cool! I was thinking about attaching a peltier cooler to it. I can't find much info on what that does to a thermopile sensor though, since they basically already are peltier devices.

Another way of thinking about this approach -- commercial gas camera are designed to detect small leaks. If instead we try to make a camera that can document large leaks, we may have a different set of design tradeoffs than has been explored by commercial products.

Reply to this comment...


we don't have to frame the capabilities as a large leaks vs. small leaks question, I think it will be more about lighting conditions.

The commercial gasfinder camera is based on FLIR's night vision systems for military planes, and is very sensitive in low-light conditions. This makes it excellent for detecting the most dangerous kinds of leaks in plants-- indoor gas leaks. I believe this is a significant aspect of its commercial appeal.

In our case, we're mostly interested in public exposure and fenceline issues. Therefore we'll be mostly using a gasfinder camera outdoors in daylight. There are a couple orders of magnitude more MWIR outdoors, and so a much less sensitive instrument should be sufficient.

Reply to this comment...


Here's an update, I've received a sensor (uncalibrated, which turns out to be an issue) and read data off of it: http://exclav.es/2016/10/26/talkin-ir/

Reply to this comment...


I discovered the OpenMV project has a thermopile board. I can't find a lot of documentation on it, but I found this: https://openmv.io/docs/library/omv.fir.html?highlight=thermopile

They seem to use ambient temperature sensor to do some basic calibration

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


I'm also interested if the same lenses and filters could be applied to a Lepton sensor-- It's primary sensitivity is in the far infrared. It appears to calibrate with a thermistor next to the sensor as well: Here's a teardown: https://www.youtube.com/watch?v=9YS39FWQgto

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi! was hearing from a number of groups in CO this week about interest in low cost methane sensing. Any updates here?

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


@stevie: The sensor is probably too noisy to actually work for methane. There's some further stuff that seems worth trying w/r/t noise reduction though, and I'd love to hear if you make any progress on it.

https://www.buzzfeed.com/loganwilliams/open-flir-an-open-source-broadband-thermal-camera

Reply to this comment...


Login to comment.