Skip to content

Apriltag tracking python script using opencv and apriltag libraries

Notifications You must be signed in to change notification settings

Mtuey17/Python-Apriltag-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

made with the help of this website: https://pyimagesearch.com/2020/11/02/apriltag-with-python/

focal length calculated with code from here: https://pyimagesearch.com/2015/01/19/find-distance-camera-objectmarker-using-python-opencv/


Dependancies

opencv: sudo apt-get install python3-opencv

apriltag 0.0.16: pip install apriltag


Before First Use

  1. Ensure focal length is calculated for your camera
  2. change device_number to your camera
  3. Measure width of your apriltag in inches and set variable KNOWN_TAG_WIDTH to that value

About

Apriltag tracking python script using opencv and apriltag libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages