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
traceback: File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 276, in SelectVideoGPX
self.LoadVideo(self.videofile)
File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 367, in LoadVideo
fps = self.getVideoDetails(str(videofile))
2024-01-08T16:21:06 WARNING warning:C:\PROGRA1\QGIS331.1\apps\Python39\lib\subprocess.py:1052: ResourceWarning: subprocess 15252 is still running
_warn("subprocess %s is still running" % self.pid,
traceback: File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 276, in SelectVideoGPX
self.LoadVideo(self.videofile)
File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 367, in LoadVideo
fps = self.getVideoDetails(str(videofile))
File "C:\PROGRA~1\QGIS33~1.1\apps\Python39\lib\subprocess.py", line 1052, in __del__
_warn("subprocess %s is still running" % self.pid,
2024-01-08T16:21:06 WARNING warning:C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py:394: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
self.horizontalSlider.setValue(progress)
traceback: File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 276, in SelectVideoGPX
self.LoadVideo(self.videofile)
File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 372, in LoadVideo
self.player.setMedia(mc)
File "C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py", line 394, in positionChanged
self.horizontalSlider.setValue(progress)
The text was updated successfully, but these errors were encountered:
I am trying using Video UAV Tracker 3D but I get the following warning. Any help?
2024-01-08T16:21:06 WARNING warning:C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py:367: ResourceWarning: unclosed file
fps = self.getVideoDetails(str(videofile))
2024-01-08T16:21:06 WARNING warning:C:\PROGRA
1\QGIS331.1\apps\Python39\lib\subprocess.py:1052: ResourceWarning: subprocess 15252 is still running_warn("subprocess %s is still running" % self.pid,
2024-01-08T16:21:06 WARNING warning:C:\Users/spedretti/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Video_UAV_Tracker\NewProject.py:394: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
self.horizontalSlider.setValue(progress)
The text was updated successfully, but these errors were encountered: