FRC Vision system, Narrowing our options

Hello! Our team is working on our new vision system to use for build season and we’re experimenting with a few different things. One of the biggest things we were interested in was using a Google Coral for image processing and field piece recognition. However, before we really fully commit to this we wanted to get different opinions. Our other options would be to purchase a higher version of Limelight since we have a Limelight 2 or use photonvision. To anyone reading this with experience in these approaches, what would you recommend, and what has been your experience with your chosen approach? We have not seen many teams use the Coral so we would be very interested to see any team’s attempts or successful application of it.

  • Brennon, The Robodox
2 Likes

The Coral worked wonderful with a 2+. PhotonVision may be getting ML support next year? I can’t remember, but if so, invest in an Orange Pi 5 and a few Arducams, as it will give you much better performance than a limelight for a lower price.

2 Likes

I strongly support rolling your own with orange pi or raspberry pi, now that they’re available again. coral works well , the code is like a page. it’s a good opportunity to learn the basics of computer vision and communication.

3 Likes

If your team is able to, running a custom vision system gives you a lot more flexibility and performance for a lower price. Running an Orange Pi with two Arducams is really compact and cheap setup, but if you want a slightly easier vision system, you can use a beelink mini pc instead of an orange pi (although it does take up more space). There’s a pretty good CD thread outlining the pros and cons of different vision setups.

If a custom vision setup is outside of your teams comfort zone, getting a newer limelight model is a good approach. Just make sure you understand what your team is capable of. Especially as we get closer to kickoff, any working vision system is better then one that you run out of time to finish.

3 Likes

Fwiw the Beelink is harder to use than the Orangepi. It has higher power requirements and is more difficult to wire, as well as being more expensive. I would use the OrangePi 5 if possible.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.