Video_UAV_Tracker-3D
Video_UAV_Tracker-3D copied to clipboard
Error in progress bar with python 3.10
trafficstars
I get this error :
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'
Traceback (most recent call last):
File "/home/sylvain/.local/share/QGIS/QGIS3/profiles/sylvain/python/plugins/Video_UAV_Tracker/NewProject.py", line 448, in positionChanged
self.horizontalSlider.setValue(progress)
TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float'
Originally posted by @kikislater in https://github.com/sagost/Video_UAV_Tracker-3D/issues/4#issuecomment-1432904488