Hey just after some help regarding the installation process to get the PureThermal recording raw data.
basically running
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-opencv
sudo apt-get install libusb-1.0.0-dev
sudo apt-get install libjpeg-dev
sudo apt-get install cmake
```
originally following the process I would get an error along the lines of:
CMake Warning at CMakeLists.txt:58 (message):
JPEG not found. libuvc will not support JPEG decoding.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBUSB_INCLUDE_DIR
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
used as include directory in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
LIBUSB_LIBRARY_NAMES
linked by target "uvc" in directory /home/pi/Downloads/purethermal1-uvc-capture/python/libuvc
-- Configuring incomplete, errors occurred!
See also "/home/pi/Downloads/purethermal1-uvc-capture/python/libuvc/build/CMakeFiles/CMakeOutput.log".
installing the above packages allowed me to run the make && sudo install command, however the error: CMake Warning at CMakeLists.txt:58 (message):
JPEG not found. libuvc will not support JPEG decoding.
At this point I clone the PureThermal 1 UVC Capture git and try to run:
returning the error could not find libuvc.
unsure how to proceed at this stage and looking for tips.
cheers