Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also absolute temp readings and matplotlib visualization. Build with
python3 setup.py build
.So, I wrapped your Frame object and now you can use thermal camera directly in python3(i think to add python2 support, some troubles in compiling with old C API). With matplotlib interface(
./view-absolute.py
) you can move your cursor to any point, and get absolute temp value(in lower left corner) or adjust coloring coef, to get nice picture.I've approximated absolute values as linear func, but i'm not sure about values of coefficiens(and about linearity of function, but i think we can postpone this fact). Your lib use calibration, which adjust raw readings from sensor, so i'm got confused with this. Can you pick right coefficients for my module, or fix calibration function for eliminating adjusting from raw readings, so i can use temperature function coef like here - https://github.com/lod/seek-thermal-documentation/wiki/Temperature-Values