rust example working, clean up
This commit is contained in:
parent
a612d4f7d7
commit
056bb2f96c
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/venv
|
/venv
|
||||||
/frames
|
/frames
|
||||||
**/*.png
|
**/*.png
|
||||||
|
thermaldecoder/target
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
||||||
### Thermal decoder
|
### Thermal decoder
|
||||||
|
|
||||||
https://wiki.telavivmakers.org/tamiwiki/projects/thermalcam
|
https://wiki.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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user