I re-imaged a laptop to use as our team’s new driver station. I updated the driver station software with the 2012 updates and it doesn’t seem to want to display an image.
Additionally, normally when a dashboard isn’t connected to a camera, you get a white image where the camera usually is, but instead I get a black image which means I must be connected to the camera.
I have connected to the camera through an internet browser and I have gotten an image. Also, I have connected the same camera to another personal laptop with driver station, and it works just fine.
I have done a bit of searching around on the forums and have found nothing that works…
I think we had this problem for a moment too, be sure you do the following to setup (this is Java code because that is what we are using, the api should correspond to something like it in Labview and C++ though):
camera = AxisCamera.getInstance();
camera.writeResolution(AxisCamera.ResolutionT.k320x240);
camera.writeBrightness(50); //or whatever you want if 50 is too dark/bright
I also may have seen somewhere you need to update the DriverStationLCD manually at least in Java. We were doing this already for some feedback for our drivers but it can’t hurt if it still isn’t working.
We had a similar problem earlier this year. It was caused by an error in the initial FIRST Utilities that was distributed during kickoff. We fixed it by applying the patch (v2.0) that is non-mandetory but fixes an error in the NI camera utility that causes the camera settings to not be retained after reboot of the camera.
The patch was the optional patch announced in the 1/24/2012 Game Team update and is located at:
The patch notes claim that it fixes (specifically):
Fixes in 2.0
cRIO Imaging Tool - Timeout error due to various network interface configurations
Setup Axis Camera Tool - Axis 206 camera loses communication after power cycle
We noted that it fixed our problems with the Axis M1011 as well.
I know it is not a coding error or a camera error, I installed a fresh copy of Windows 7 onto the computer and installed driverstation, works great. Once I reimage it again, I’ll uninstall driver station and re-install it and hopefully it will work. I’ll repost here with the results.
Using a “Driver” account will position the Driver Station and Dashboard windows, as well as removing the windows borders, but it will not disable the Windows desktop or Explorer.
if you want the station to launch on startup, place a shortcut to the driver station .exe file in the startup folder for this account. to access this in windows 7, go to the start menu, click all programs, scroll down to the startup folder, and click explore. place the exe here.