Thijs Damsma

Results 53 comments of Thijs Damsma

> I tried to write a class that support different resolutions. Most of my code was based on this repo, [this gitlab one](https://gitlab.com/netman69/inficam/-/blob/master/libinficam/src/main/jni/InfiCam/InfiFrame.cpp) and the SDK. This code works for...

@lamnguyenvu98 I think your approach to make a python port of the InfiCam repo is a great idea. Whish I saw it earlier. Getting started, it took me quite some...

See #13 for a proposed rewrite of this lib based on https://github.com/lamnguyenvu98/xtherm-python

If you somehow accept this PR, I think the readme / supported camera list also needs an update before this is merged

For me Jade + Python3 + Pyramid is also working fine

Why do you sometimes use `{% .... %}` and sometimes `{{ ... }}` for properties that should be rendered?

I noticed that sometimes the camera is really off (the pixel intensity to temp curve has an inversion/parabolic shape instead of monotonically increasing) when it is just on, and after...

I haven't had any time to look into this unfortunately. Still want to though so maybe later

So it was a real pain to write some tests. Two tests are decorated with `@unittest.expectedFailure`. One because I can't get Selenium to do a drag and drop, can't figure...

indeed I used pytest, was not aware that nose does not support addExpetectedFailure (as it is in unittest / the standard library). So I added a test that does not...