TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hacking the T2S+ Out of Fear: Get Lock-In Thermography for Free

289 点作者 Luc7 个月前

12 条评论

heroprotagonist7 个月前
Looking at those permissions, I think whatever fear he decompiled this out of was justified.<p>I guess that&#x27;s one way to implement industrial espionage.<p>Build telemetry and malware, or code that can become malware with a little tweaking or remote checks, into a component that&#x27;s likely to be used by technologists in whatever sector you&#x27;re interested in.<p>Make it a bit better and a lot cheaper than all the alternatives. Get on their phone with lots of permissions, and use the telemetry. Once you know who they are you can decide on more targeted actions to turn them into a vector against their employer or whoever, or just watch what you can to collect information.
评论 #42032287 未加载
评论 #42032167 未加载
kragen7 个月前
This is fantastic! At a high level all he had to do for basic thermography was to flat-field the raw image with offsets acquired from the camera&#x27;s shutter, without even having to derive per-pixel gains like you normally would, and mask out some bad pixels (and inpaint them for naïve consumers that can&#x27;t handle NA data). Then as a bonus he implemented lock-in thermography, which turns out to be just lock-in amplification applied to thermography by modulating a heat source over time.<p>But the technical detail provided seems to be enough to make it easy for someone else to reproduce the whole setup. And provides ample evidence that you <i>should</i>, because the provided drivers are evidently malware.<p>Oh, and apparently you get a free FPGA with your thermographic sensor!
mschuster917 个月前
&gt; In order to practically implement this we first close the shutter.<p>Fun fact, Sony does the same once in a while for dead-pixel detection and remapping on their mirrorless cameras [1].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38579634">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=38579634</a>
vermon7 个月前
Very cool! I thought maybe I&#x27;ll take a crack at building a better iOS application for these things, but then I remembered that for the Lightning connector you needed to get the permission of the manufacturer if you wanted to interface with a device (tried that once with a Lightning Yubikey and luckily they didn&#x27;t have any objections). Is this not an issue anymore with USBC iPhones?
评论 #42029058 未加载
评论 #42028510 未加载
gsliepen7 个月前
&gt; At this point, I realized that I got the &quot;V2&quot; of the camera. This camera is regarded as worse than the &quot;V1&quot; mostly because the manufacturer removed the internal processing FPGA?<p>That&#x27;s actually better. In-camera processing will just reduce the amount of information you can get out of the sensor. For example, even if it does exactly the same flat-fielding as you do, the in-camera flat-fielded image has to be requantized to 8-bit format before sending to the computer, therefore losing precision.<p>You can get even better accuracy by taking a dark or bias field (might be possible if you can set the exposure time to something very short, but this might not be possible with these thermographic cameras) and taking flatfields at different temperatures, so you can get per-pixel linearity curves. That&#x27;s a lot of work though, and ideally each camera was indiviually calibrated by the producer, but I am guessing that is not done for these cheap cameras.
评论 #42027880 未加载
评论 #42028749 未加载
pavel_lishin7 个月前
Unrelated to the article, but I love the &quot;glow&quot; effect on the code snippets. Any chance this exists as a plugin for VSCode, for when I want to re-live my teenager dreams of what working on computers looks like?
评论 #42034740 未加载
评论 #42032880 未加载
评论 #42028846 未加载
评论 #42028834 未加载
tiagod7 个月前
Been thinking of getting one of these but was worried about the proprietary app. I guess I have no reason now : )
评论 #42026300 未加载
giantg27 个月前
It seems like there&#x27;s no great option for working with thermal on a budget. The FlIR Lepton has been a bit of a pain to work with on a Pi Zero or ESP. The FS is cheap, but like all Leptons it is slow and the resolution is low. Bosons are too expensive. The Chinese stuff seems to have terrible durability&#x2F;longevity even if the prices are reasonable.
meowster7 个月前
Can we at least update the ITAR restrictions now, so we can get better resolutions and framerates?<p>Can anyone from FLIR lobby on this?
knowitnone7 个月前
FLIR sucks. from personal experience. They sell crap that doesn&#x27;t even work with your smartphone.
评论 #42028956 未加载
stavros7 个月前
This costs $300, so, while cheaper than FLIR, still not cheap.
评论 #42032051 未加载
grishka7 个月前
I can&#x27;t access this website without a VPN, I&#x27;m getting the dreaded &quot;you&#x27;re blocked&quot; cloudflare page.<p>Cool stuff though once you get past that.