|
Re: Slides: Image processing on the driver station using python+OpenCV
Is it true that opencv needs to be used with python2 rather than python3? (We have it working now for python2).
Our team is also learning a lot from using your fake-wpilib and had been using that with python3. So we are experimenting with having the robot code developed and tested on a laptop with python3, with pynetworktables configured for python3 to aid in testing communications.
Then we're experimenting with building a driver station vision processing python2 app, using opencv (and also standing on the shoulders of Team341.) So again we configured pynetworktables to work with python2 as well.
Thanks for blazing the trail.
|