Andrey Pokhilko

Results 282 comments of Andrey Pokhilko

Now I also have added gradient on the side and central point measurement, hoping we'll collect some more data on raw values. ![seekthermal_006](https://user-images.githubusercontent.com/2026469/42948355-f8df166a-8b77-11e8-88bc-3eb5eb495220.png)

Ok, my latest hypothesis is that formula is simple linear calculation, assuming 330C is max of 14bit value. Would be cool to gather some more observations.

Values from app when camera self-temp is ~26C: `rmin,rmax,central,devtemp: 15060 15708 15298 6577 / min-max-center: 30.3 43.4 35.1` Same setup, camera cooled down to ~18C: `rmin,rmax,central,devtemp: 16384 17002 16932 6723...

I have spent a lot of time calibrating dev sensor versus known temperatures, and I came up with compensation model that should react on device temperature and compensate it. I...

I have only one CompactPro for Android device.

vignetting is a known thing for cameras, it is known that Seek uses software way to compensate it in their apps. The problem of simple linear approach is that device's...

Yes, I have same feeling that they have some formula they know. I was playing around thermistor formulas, assuming internal sensor is thermistor. I still believe that having right guess...

Nothing has changed. My impression is that people get different temperature because my formula is somehow wrong. But I have just one camera, so I have no way to validate...

Let's start with PR #23

@nedbat How can I see the above "ctx" marker? Can you please share a screenshot? I've ran my test with dynamic context enabled and generated the report with `coverage html`,...