Hello,
This summer our team (3061) has created a repository for setting up vision on a Raspberry Pi with Pi Camera module.
It contains all the steps a team needs to take in order to get vision up and running on the pi. This goes from buying all the parts, importing all the modules, writing all the OpenCV code (python), and even 3D printing a case.
We were hoping that a few of you here at CD could look over the repo to make sure that everything is clear and easy to understand. Also, if anyone does have an extra pi to test some of our scripts on, that would be awesome. Currently the scripts in the repository have only been run once on our current pi, so having someone make sure they work, and that there are no typos/errors would be awesome.
The only thing that we do not currently have is the code to run as a part of your robot project on the rio. This should be pretty easy to make as it is just converting json packets and grabbing data via UDP. We have included information and helpful links as a part of the repository to make vision as quick as possible
Repository : https://github.com/HuskieRobotics/Huskie-RPi-Vision-Public
Thanks for all your help and any suggestions would be awesome!