Hello,
This year I have been switching my team’s software from Labview to Java and I have encountered problems with establishing a connection with the camera on SmartDashboard. The camera for the Labview Dashboard is working. Is there any code I have to add to my project, I have only added the camera to the Dashboard thus far?
Thanks in advance.
SmartDashboard requires anonymous viewing to be enabled on the camera. LabVIEW does not. I’m not sure if the camera setup tool enables anonymous viewing. You should log into the camera and check. See http://wpilib.screenstepslive.com/s/3120/m/8559/l/89729?data-resolve-url=true&data-manual-id=8559
The DaisyCV vision widget works well; our team started with getting that going, and went from there. Repost if you continue to be stuck…