Closed rolfvdhulst closed 4 years ago
You've replaced the Makefile by some large generated one ;) And there are some unrelated formatting changes btw. Wouldn't it be easier to just make the single change, instead of reverting all the unrelated changes? ;)
I made a new pr from my personal fork. We are running only our fork with some edits (of which I don't know the exact nature) on our vision computers, so I had no easy way to revert changes whilst also testing with the real camera's. I made a PR with the isolated changes from my own fork now (see #157 ), which should just be fine in itself.
Ok. Would still be interesting to compare your diffs with the master and see, if there are other fixes that are relevant for other users.
As far as I am aware there is nothing, we're a bit behind master and have some hooks for our own custom vision system that uses ArUco tags, but that is not performing well enough at the moment to be relevant for others (we run into similar problems as mentioned in the april tags pr, mostly camera distortion and motion blur issues with certain camera's, and simply performance issues with some computations being too slow).
Fixes an integer division bug which makes timings only accurate up to 1 second. Has been tested with the actual camera´s to verify the fix.
fixes #149