This is the main detection block.
It:
- Captures the current camera frame.
- Processes the image.
- Searches for AprilTags.
- Updates all detection results.
Other reporter blocks return information from the most recent image analysis.
For continuous detection, place this block inside a forever loop.
Basic Structure
- Initialise the AprilTag detector.
- Configure the required settings.
- Place analyse image from Intellio onboard camera inside forever.
- Read the required tag values after every analysis.
Without this block, the tag count, IDs, positions, and attributes will not update.












