alexlib / pyptv

Python GUI for the OpenPTV library, `liboptv`
http://www.openptv.net
MIT License
18 stars 8 forks source link

wrongly named variable #64

Open StefWouters1 opened 1 year ago

StefWouters1 commented 1 year ago

I got en error running the softwaren in the calibration.gui file on line 624 and 625. For me it was fixed by changing 'man_ori_path' to 'self.man_ori_dat_path' on line 624 and 'self.man_ori_path' to 'self.man_ori_dat_path' on line 625.