thermalcam_decoder/README.md
2024-02-14 21:33:40 +02:00

16 lines
315 B
Markdown

### Thermal decoder
https://telavivmakers.org/tamiwiki/projects/thermalcam
### Rust lib usage
# if you don't already have a virtualenv. Linux specific, adjust to your OS.
```bash
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
(cd thermaldecoder; maturin develop -r)
python test_rust.py
```