Skip to main content

Get EagleEye running on your robot

FRC vision that gets your robot pose on NetworkTables. Install it, point a camera at an AprilTag, and go.

1. Install
One command on supported Debian 12 ARM64 hardware
2. Build a pipeline
Discover and check cameras, then wire up detection in the web UI
3. Publish pose
Publish robot pose to NetworkTables with a configured output node

Install on your hardware

Flash or SSH into supported Debian 12 ARM64 hardware, run the install command, and reach the web UI on port 5001.

Install

Set up cameras

Discover cameras, check their views, calibrate intrinsics, and place them on the robot for a usable field pose.

Cameras

Publish AprilTag pose

Send robot pose to NetworkTables so your drive code can consume it, then keep it healthy on match day.

NetworkTables

Extending EagleEye or adding an operation? Developer Docs