Cscore Camera server and verifying Java 11

Hello,

I can’t seem to find out how to import the cscore camera server into the robot code. What do I import? (i’m not sure where it is located in the wpilibj library)

Also how do you verify that the version of java used for the robot code is java 11? as I read somewhere that one’s computer may be running java 8 still, while the java 11 is being used for the robot code?

Thanks!

Screensteps has an introduction to CameraServer.

If you used the WPILib installer and installed vscode with it, it’s using Java 11. Basically, if it’s working, you’re good, and don’t worry about it.

1 Like