LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
pythermal/__init__.py
pythermal/commands.py
pythermal/live_view.py
pythermal/record.py
pythermal.egg-info/PKG-INFO
pythermal.egg-info/SOURCES.txt
pythermal.egg-info/dependency_links.txt
pythermal.egg-info/entry_points.txt
pythermal.egg-info/not-zip-safe
pythermal.egg-info/requires.txt
pythermal.egg-info/top_level.txt
pythermal/_native/armLinux/libHCUSBSDK.so
pythermal/_native/armLinux/libhpr.so
pythermal/_native/armLinux/libusb-1.0.so
pythermal/_native/armLinux/libusb-1.0.so.0
pythermal/_native/armLinux/libusb-1.0.so.0.2.0
pythermal/_native/armLinux/libuvc.so
pythermal/_native/armLinux/pythermal-recorder
pythermal/_native/linux64/libHCUSBSDK.so
pythermal/_native/linux64/libHCUSBSDK.sym
pythermal/_native/linux64/libhpr.so
pythermal/_native/linux64/libusb-1.0.so
pythermal/_native/linux64/libusb-1.0.so.0
pythermal/_native/linux64/libusb-1.0.so.0.2.0
pythermal/_native/linux64/libuvc.so
pythermal/_native/linux64/log4cxx.properties
pythermal/_native/linux64/pythermal-recorder
pythermal/core/__init__.py
pythermal/core/capture.py
pythermal/core/device.py
pythermal/core/sequence_reader.py
pythermal/core/thermal_shared_memory.py
pythermal/detections/__init__.py
pythermal/detections/motion_detection.py
pythermal/detections/roi.py
pythermal/detections/temperature_detection.py
pythermal/detections/utils.py
pythermal/detections/yolo/__init__.py
pythermal/detections/yolo/object_detection.py
pythermal/detections/yolo/pose_detection.py
pythermal/usb_setup/99-thermal-camera.rules
pythermal/usb_setup/setup-thermal-permissions.sh
pythermal/usb_setup/setup.sh
pythermal/utils/__init__.py
pythermal/utils/environment.py
tests/test_device.py
tests/test_live_view.py
tests/test_recording.py