I’m planning to find vision track program that’s multi thread and uses either cc+ and python. Also , send me the link to the vision tracking software
2 Likes
I know openCV can do the necessary tracking for an FRC application. I have never used it in FRC to know if everything will work when integrated into a robot, but it’s worth having a look at.
You can use GRIP and generate vision code for your projects. Look at the python and C++ examples here. This requires OpenCV to run, but makes it simple for people with little to no vision knowledge to do simple tracking.
During my years, we’d use OpenCV with C++ or Python. I’d take a look at 900’s computer vision white papers if you’re looking to do something advanced. If you’re looking for something dead simple, the LimeLight looks fantastic, though I have no personal experience with it