Quote:
Originally Posted by virtuald
Are you sure that you've upgraded your RoboRIO to the 2016 image and your driver station to the 2016 tools? If you're using python, it doesn't work in 2016 because of NTCore compatibility issues (see https://github.com/robotpy/robotpy-wpilib/issues/172). We might have something compatible with LabVIEW by the end of this week, which would resolve this bug.
The USBCamera stuff in python is going to be very low performance, and I wouldn't recommend using it. Instead, I would recommend using mjpg-streamer (see https://github.com/robotpy/roborio-packages for more information on installing packages), and it appears that the HTTP_READ module in RoboRealm will support this type of stream (their docs: http://www.roborealm.com/help/HTTP_Read.php).
Let me know if it works, and we can add notes to the mjpg-streamer notes.
|
We have updated our RoboRIO image and Driverstation. BTW, that compatibility issue github link doesn't seem to work.
I was hoping to not have to do anything super special to get this to work. This will be the first time since 2006 our team is attempting to do any type of image processing so we don't really know what we are doing. If we have to do something special though we will certainly attempt it.
I'll see about trying out the mjpg-streamer (I'll have to read up about installing packages at that link you gave since I have never done that before).
Thanks!