Go to file
2023-12-29 17:06:22 +02:00
thermaldecoder rust example working, clean up 2023-12-29 17:06:22 +02:00
.gitignore rust example working, clean up 2023-12-29 17:06:22 +02:00
cvview.py viewer 2023-12-29 02:26:24 +02:00
decode.py viewer 2023-12-29 02:26:24 +02:00
in.pcap decoder 2023-12-25 23:55:12 +02:00
README.md rust example working, clean up 2023-12-29 17:06:22 +02:00
requirements.txt requirements: add maturin 2023-12-29 17:03:54 +02:00
test_rust.py add rust usage example 2023-12-29 17:05:44 +02:00
thermal.mp4 pyo3 package 2023-12-29 17:01:58 +02:00

Thermal decoder

https://wiki.telavivmakers.org/tamiwiki/projects/thermalcam

Rust lib usage

if you don't already have a virtualenv. Linux specific, adjust to your OS.

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
(cd thermaldecoder; maturin develop -r)
python test_rust.py