add command line options and temperature calibration

without temperature calibration 0.3%
with ~5%

model name	: Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz
This commit is contained in:
devdesk
2024-02-19 21:53:25 +02:00
parent faccc3d20b
commit 2347158093
3 changed files with 43 additions and 6 deletions

View File

@@ -10,4 +10,4 @@ TARGET=./target/release/examples/live
# setcap does not work yet (EPERM on socket AF_PACKET)
# sudo setcap cap_net_raw,cap_net_admin=eip $TARGET
#sudo strace -f -o live.strace $TARGET /dev/video0
sudo $TARGET /dev/video0
sudo RUST_BACKTRACE=full $TARGET "$@"