sagost / Video_UAV_Tracker-3D

Replay a video in sync with a gps track displayed on the map.
43 stars 19 forks source link

Warning Video UAV Tracker 3D #6

Open PEDROSIM78 opened 5 months ago

PEDROSIM78 commented 5 months ago

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))

         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:\PROGRA~1\QGIS33~1.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)