ht301_hacklib icon indicating copy to clipboard operation
ht301_hacklib copied to clipboard

ht-301 thermal camera opencv lib

Results 12 ht301_hacklib issues
Sort by recently updated
recently updated
newest added

Ok, so this might be a bit of an uncalled for update / rewrite. But here is what I did: - Port the code from https://github.com/lamnguyenvu98/xtherm-python by @lamnguyenvu98 as I...

Only tested on top of CEAD's PR https://github.com/stawel/ht301_hacklib/pull/13, because I cannot get the master to work. Usage: - Press `v` to start recording. `v` again to stop. [csv colors](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) Maybe...

Things added to opencv file: - calculating temperature for each pixel based on min/max temperature range of camera - masking the hottest temperature area based on calculated temperature given a...

Cool project , but i have T2S+ , It's possible to add T2S+ for use ?

Very cool project! Is it possible to output the Data as a 25 fps lossless video file (grayscale or Iron colors) or maybe as a bunch of PNGs, that could...

Hi, I have the code working with my T3 Search. Just fixing errors that are popping up and one of them is the following: ``` /home/pi/ht301_hacklib/ht301_hacklib.py:94: RuntimeWarning: invalid value encountered...

whenever try to use it with t3s script hangs with gray window and if debug is on returns error "frame meta no match" to fix it i modified ht301_hacklib.py from...

Hello, When starting opencv.py or pyplot.py this error appears: ``` [ WARN:0] global ../modules/videoio/src/cap_gstreamer.cpp (961) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1 [ WARN:0] global...

Hi: Can I use this library on python installed on Windows?

i am using python3.5 and opencv= '4.4.0' getting this error. File "/Users/macbook/Downloads/ht301_hacklib-master/ht301_hacklib.py", line 276, in find_device raise Exception("HT301 device not found!") Exception: HT301 device not found!