You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
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.
pip install apriltag
requires cmake to be installed, so on Ubuntu, we had tosudo apt install cmake
.requirements.txt
and the documentation are missing two pip dependencies:imutils
andflask_opencv_streamer
The text was updated successfully, but these errors were encountered: