PhotonVision Acapella is a tailored fork of PhotonVision for FRC Team 8214, with enhanced support for select camera models.
Acapella is a compact compute cluster based on the Radxa Rock 5C and custom PCBs, providing power and monitoring for multiple compute units in limited space.
| Camera | Sensor | Description | Purchase Link |
|---|---|---|---|
| KS1A293 | OV9281 | Auto Exposure disabled | 🛍️ |
| KS2A123 | OG02B10 | Auto Exposure suggested | 🛍️ |
Most users only need to:
- Download the latest Radxa Rock 5C image from the Releases page.
- Install the image on the board.
For development or debugging:
- In
photon-client/, run:npm install
- In the project root, run:
./gradlew buildAndCopyUI
- Then run:
./gradlew installArm64Toolchain
- Download and install the latest development image for Radxa Rock 5C from the Releases page.
- Connect the board and your computer to the same network.
- Deploy with:
The new program will start automatically after deployment.
./gradlew deploy -PArchOverride=linuxarm64
- Original upstream README: README.photonvision.md
- Upstream docs: docs.photonvision.org
- Full project site: photonvision.org