start parsing meta information from JSON objects coming through endpoints,
like shutter status and battery status
This commit is contained in:
parent
654ba67237
commit
ab5cbe7d6f
7 changed files with 461 additions and 122 deletions
15
README.md
15
README.md
|
@ -5,6 +5,21 @@ GTK+ application for FLIR ONE USB thermal camera based on flir-v4l:
|
|||
https://github.com/fnoop/flirone-v4l2
|
||||
|
||||
|
||||
== depdendencies ==
|
||||
GTK+-3.0
|
||||
Cairo
|
||||
libusb-1.0
|
||||
libjpeg
|
||||
libcjson
|
||||
|
||||
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 ==
|
||||
cp 77-flirone-lusb.rules /lib/udev/rules.d/
|
||||
udevadm control --reload-rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue