Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning Video UAV Tracker 3D #6

Open
PEDROSIM78 opened this issue Jan 8, 2024 · 0 comments
Open

Warning Video UAV Tracker 3D #6

PEDROSIM78 opened this issue Jan 8, 2024 · 0 comments

Comments

@PEDROSIM78
Copy link

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:\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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant