This is a basic thermal camera viewer application I wrote some time ago.
Now I'm releasing it for the case someone would find it useful.
https://github.com/KIrill-ka/tkthcam/releases/download/r0.5/tkthcam.tar.gz
For now it's not packaged. In the current state it's intended for people familiar with *nix command line.
Spells like this should get you started:
mkdir tkthcam
cd tkthcam
tar xzf ../tkthcam.tar.gz
./tkthcam.tcl
Tcl/Tk 8.6 and libtk-img should be installed...
Ok, I'd add some documentation if there's some interest.
Hi Vincent,
Yes, here are some "snips" from the i3systems' SDK installation scripts.
# move i3Vendor.rules
mv ./i3Vendor.rules /etc/udev/rules.d/
$ cat i3Vendor.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="0547", MODE="0666"
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0547", MODE="0666"
Maybe you need to restart udev to apply the changes.
Alternatively you can make teq1drv setuid root.
Something like this:
chown root teq1drv
chmod u+s teq1drv