thermalcam_decoder/README.md
2023-12-29 17:06:22 +02:00

320 B

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