OpenSourcePhysics / tracker

Video analysis and modeling tool built on the Open Source Physics framework
GNU General Public License v3.0
206 stars 52 forks source link

[feature request] Disable autoplay while autotracking #19

Open nickkolok opened 5 years ago

nickkolok commented 5 years ago

An option to disable autoplay (or to play with step n) will make autotracker faster.

dobrown commented 5 years ago

Good idea, I'll check it out. It could take a while, though, since I'm retired ;-)

What kind of coding do you do? Do you know a lot about video and Java?

dobrown commented 5 years ago

Does the autotracker run any faster when the video is not visible (uncheck Video|Visible box)?

nickkolok commented 5 years ago

What kind of coding do you do? Do you know a lot about video and Java?

My primary language is JavaScript. Java relates to JavaScript as a dog does to a hot-dog. (Russian version of the joke: Java для JavaScript -- как кот для котлеты). You can check my github if you want. So, I can probably help with debug. I'm not familiar to Java build system.

nickkolok commented 5 years ago

Does the autotracker run any faster when the video is not visible (uncheck Video|Visible box)?

Not sure if it has any effect. Need more thorough research.

In any case, switching the video to be invisible seems to be a good alternative to a new tracker option.