2021-01-15 19:43:25 +01:00
|
|
|
# FLIR-GTK
|
|
|
|
|
2021-01-15 19:46:13 +01:00
|
|
|
GTK+ application for FLIR ONE USB thermal camera based on flir-v4l:
|
2021-01-17 00:04:13 +01:00
|
|
|
Copyright (C) 2015-2016 Thomas <tomas123 @ EEVblog Electronics Community Forum>
|
2021-01-15 19:46:13 +01:00
|
|
|
https://github.com/fnoop/flirone-v4l2
|
|
|
|
|
2021-01-16 23:56:24 +01:00
|
|
|
|
2021-02-01 01:35:59 +01:00
|
|
|
== depdendencies ==
|
|
|
|
GTK+-3.0
|
|
|
|
Cairo
|
|
|
|
libusb-1.0
|
|
|
|
libjpeg
|
|
|
|
libcjson
|
2021-01-16 23:56:24 +01:00
|
|
|
|
2021-02-01 01:35:59 +01:00
|
|
|
This should install everything under Debian and derivatives:
|
|
|
|
|
|
|
|
apt install libgtk-3-dev libjpeg-dev libusb-1.0-0-dev libcjson-dev
|
|
|
|
|
|
|
|
== building ==
|
|
|
|
Makefile relies on pkg-config, if setup correctly simply running 'make'
|
|
|
|
should build the application.
|
|
|
|
|
|
|
|
== libusb & udev ==
|
2021-01-16 23:56:24 +01:00
|
|
|
cp 77-flirone-lusb.rules /lib/udev/rules.d/
|
|
|
|
udevadm control --reload-rules
|