Our software team have been trying to get our ELP Wide Angle Camera to work.
Here are some of the things they have tried
1.
usbCamera cam0;
cam0 = CameraServer.getInstance().startAutomaticCapture(0);
usbCamera cam0;
CameraServer.getInstance().startAutomaticCapture(0);
this is basically the same thing but a little different
-
These lines of code were sometimes accompanied by other lines but those don’t do anything to make the camera work, they just set resolution, fps, etc. this includes what you sent me and told me to try
-
Some other minor things were changed but they were things like instead of saying 0 it’d say cam0 or stuff like that, we also commented out some stuff to see if it would work
-
I messed with the different dashboards because one site said to go to the default dashboard and make it work there first and then go into shuffleboard
If any teams have experienced this before and know if there are any drivers or other lines of code we should try please let me know as we seem to be stuck.