AprilTagComponent
requires the apriltag feature
Detects AprilTags on its input channel.
Inputs
Primary input (Buffer): a frame to process.
Outputs
- Default channel (multiple,
Detection): the tags detected vec(single,Vec<Detection>): the tags detected, collected into a vectorfound(single,usize): the number of tags detected
Configuration
Appears in configuration files with type = "apriltag".
Additional fields:
family(string): the tag family to use, conflicts withfamiliesfamilies(string array): an array of tag families to use, conflicts withfamilymax_threads(integer, optional): the maximum number of threads to use for detectionsigma(float, optional): thequad_sigmaparameter for the detectordecimate(float, optional): thequad_decimateparameter for the detector
For FRC, the tag36h11 family should be used.