Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python wrapper for Frame object #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

asfin
Copy link

@asfin asfin commented Feb 17, 2016

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

matplotlib visualization
absolute temp values in C code, flat and full frames construction in C code
@asfin
Copy link
Author

asfin commented Feb 18, 2016

Added py2 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant