Quote:
Originally Posted by de_
Did your team program in Java ? Did you make use of the smart dashboard ?
|
I will add that FRC11 has a Logitech C920 on their robots, running in Java, connected to the RoboRIO and no one has come to me with any issue. We even hosted a week 1 district event where I was a CSA and there was no issue at all.
Fair note: if your Java code has an issue starting the camera server correctly it may not matter what USB camera you use it may not work correctly. When FRC11 first connected the Logitech C920 they didn't put the Java code and in there so it did not work. I can also see it being possible someone could fail to start the camera server on the RoboRIO the way it should be and make a problem at that point. The sample code for Java in the Eclipse editor gives a great place to start so that you don't say - try to instantiate the camera server in teleop

.