Mk.32
22-08-2011, 00:30
Using the instructions in the sticky post, we got the camera to display in the dashboard.
Our current code in RobotInit() is:
Timer.delay(8);
AxisCamera camera = AxisCamera.getInstance();
Now to change the resolution of the camera.
We tried
camera.getInstance().writeResolution(AxisCamera.Re solutionT.k320x240);
However this seems to have not worked. Any ideas anyone?
Also what is the way to do color tracking with it?
We just got the camera installed and working as a off season project.
Thanks in advance.
Our current code in RobotInit() is:
Timer.delay(8);
AxisCamera camera = AxisCamera.getInstance();
Now to change the resolution of the camera.
We tried
camera.getInstance().writeResolution(AxisCamera.Re solutionT.k320x240);
However this seems to have not worked. Any ideas anyone?
Also what is the way to do color tracking with it?
We just got the camera installed and working as a off season project.
Thanks in advance.