Skip to content

fixed video saving feature

Hind Al Ali requested to merge 7anooch/pivr:video_saving into master

The video saving feature in the visualize tracked experiment part of the GUI was broken due to a deprecated function in skimage.draw (version 0.18.0 and later). I simply replaced the deprecated draw.circle with its replacement draw.disk (with the appropriate syntax). Video saving works now!

Merge request reports