-
Notifications
You must be signed in to change notification settings - Fork 28
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
support flir one gen 3 thermal stream resolution #13
Comments
update: the dynamic temp range differs from the pro |
Same problem here: I have the gen3 which is 80x60. But surely simply changing the Do you have a branch where you got this working for the gen3? |
I made it work on 80x60 resolution on my fork ( https://github.com/epozzobon/flirone-v4l2 ) |
@epozzobon thanks very much! I tried out your fork and it works very well. I wonder whether you (or anyone else) know whether any sort of calibration is required on the temperature? Pointing at human skin it regularly shows 43C+. |
I was able to run the code with a "pixel mixed" stream - so far so good.
after reading the stats of the gen 3, I saw that the gen 3 thermal sensor have only 80x60 pixel resolution (instead of 160x120 like the pro).
when I declare the defines to
I get a good picture but the color calculation and also the font_write(...) didn't match (resolution is 1/4 of the pro).
Since I am a noob of raw video stream manipulation, it would be awesome if you can help to adapt the code to a smaller resolution.
I'm not sure what's better - pixel duplication to get to similar screen size or downsizing the fonts and so on.:thinking:
The text was updated successfully, but these errors were encountered: