rizerphe
rizerphe
The author is currently working on a rewrite of the project in python that would allow him to add such features more easily. So, for now, there is nothing useful...
Did it loose all of the keyframes or are only frames that no marker is found on missing?
You set the current path to the one you've built apriltools in (`cd /path/to/apriltoolsdir`), and then you use the same commands replacing `apriltools.exe` with `./apriltools`
Have you done this (takes a few minutes to build)? ``` cd ~ git clone --recursive https://github.com/thegoodhen/AprilTools cd AprilTools mkdir build cd build cmake .. make ./apriltools ``` And then,...
I guess you could try just running it on a single image over and over... Knowing the focal length upfront... But that's a hacky solution, and the implementation of such...
You can just parent the camera to the marker and then rotate & move the marker. The only thing that can be added is the auto-parenter in the import addon!
The problem might be that the marker is too lowres on the video, then it won't give a good result anyway. Try printing a bigger marker maybe or holding a...
Use the updated installation instructions. I think the problem is that you have cloned non-recursivelly (use `git --recursive clone https://GitHub.com/thegoodhen/apriltools`, emphasis on `--recursive`)
It doesn't work properly btw
I'm already working on implementing that in a fork...