To ease working with action cameras
- Converting each video to ipi format then synchronising them and converting to another ipivideo is painful, it takes a while and creates massive files. It would be so much better if it could just decode and linearly transform the mp4 videos directly.
To ease calibration on action cameras
- It is very annoying when the marker jumps from one side of the image to something irrelevant on the other side of the image in a single frame. Would it be possible to set a limit on how many pixels it can jump in a frame? I can't move my hands a 1000 pixels in 1/120th of a second!
- Setting the calibration colour is hard, we've found small changes in colour can be the difference in failing to calibrate or a great calibration. Maybe we could visualise the colour window like opencv https://docs.opencv.org/4.1.0/da/d97/tutorial_threshold_inRange.html?
- As a last resort, I'd like to be able to add/delete/edit/interpolate keys.
Improving actor tracking by improving the actor representation
Miscellaneous