You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all thank you for the repo, it is a great tool! With regards to the setup steps, apart from the pip command being outdated (pip setup.py install (legacy) vs pip install .), after running the updated pip and the test code and error is launched, "Unable to load the system C library". I think that the issue is related to how the plugin files are saved in setup.py, as they dont appear to be called. When calling pip uninstall it shows that they are being saved in different locations, which could perhaps lead to the issue above "c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser-20240327.dist-info*
c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser* c:\users\USER\anaconda3\envs\python310\plugins\dji_thermal_sdk_v1.5_20240507\history.txt
" Could you verify if there is an issue with the setup?
The text was updated successfully, but these errors were encountered:
thermal_parser/thermal_parser/thermal.py in line 451-453, print the given paths to the CDLL. This process here loads any dependencies for the parser.
Printing it will give you a response like this:
"/home/UserName/Documents/CV/thermal_parser/plugins/dji_thermal_sdk_v1.5_20240507/linux/release_x64/libdirp.so
If you are to check in those files, it is missing...
Head to DJI Thermal SDK and download the SDK appropriate to your system (Linux/Windows). Once you are done find the corresponding "libdirp.so" in the utility from the downloaded SDK and for each release, both release_x64 and release_x86 drop them in the plugins. However, there still seems to be another issue with the current versions of the thermal_parser...
Hello, first of all thank you for the repo, it is a great tool! With regards to the setup steps, apart from the pip command being outdated (pip setup.py install (legacy) vs pip install .), after running the updated pip and the test code and error is launched, "Unable to load the system C library". I think that the issue is related to how the plugin files are saved in setup.py, as they dont appear to be called. When calling pip uninstall it shows that they are being saved in different locations, which could perhaps lead to the issue above "c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser-20240327.dist-info*
c:\users\USER\anaconda3\envs\python310\lib\site-packages\thermal_parser*
c:\users\USER\anaconda3\envs\python310\plugins\dji_thermal_sdk_v1.5_20240507\history.txt
" Could you verify if there is an issue with the setup?
The text was updated successfully, but these errors were encountered: