This is the step-by-step implementation path for AprilTag in Decode. The goal is to make pattern detection and pose correction reproducible for beginner FTC teams.
Step 1
Mount and Verify the Webcam
Use hardware map name AlphaBit_Webcam.
Lock camera mount mechanically so pitch/yaw do not shift during impacts.
Set the camera pose offsets in code only after physical mount is final.
Initial webcam setup reference.Verify orientation and stable FOV.
Step 2
Initialize AprilTagProcessor and VisionPortal
Use the same pipeline style as drive/ComputerVision/AprilTagIdentification.java: