TagTracker
TagTracker copied to clipboard
Documentation is missing dependencies.
pip install apriltag requires cmake to be installed, so on Ubuntu, we had to sudo apt install cmake.
requirements.txt and the documentation are missing two pip dependencies: imutils and flask_opencv_streamer
Thank you so much for bringing this up! The cmake dependency is added to the installation wiki and the imutils dependency was added to requirements.txt. The flask_opencv_streamer was not supposed to be there in the first place. It is an in-progress feature removed from the first release due to performance issues.
Was this able to resolve your problem?