|
Re: 2010 Axis Camera Dashboard Problems
I did finally get it working today. The biggest issue I had is that the DSupdate did not update the dashboard. I only noticed because I installed the update on a second laptop and it looked different. I went back and checked the file date and it was not the same on the classmate. I had to run the DSupdate program, but tell it to uninstall, then run it again and install. Now it works.
THere were also a couple of problems with the C++ examples:
CameraToDashboardExample and SimpleTracker needed:
- right-click on the project and select Properties
- select the "Build Paths" tab
- click "Add"
- enter: -I$(WIND_BASE)/target/h/WPILib/Vision2009
CameraToDashBoardExample needed:
- open "cameraToDashboardExample.cpp"
- add: #include "WPILib.h"
Good luck!
- Kevin
|