View Single Post
  #8   Spotlight this post!  
Unread 11-01-2010, 16:27
jc4p jc4p is offline
Registered User
AKA: Kasra Rahjerdi
FRC #2412 (Robototes)
Team Role: Alumni
 
Join Date: Feb 2008
Rookie Year: 2008
Location: Bellevue
Posts: 12
jc4p is an unknown quantity at this point
Re: 2010 Camera and vision problems.

Which camera to dashboard program are you using?
The "Camera to Dashboard" example program does not work to my knowledge. Either build the "FRC 2010 Vision Demonstration" program, or add this to your robot's main code:
Code:
AxisCamera &camera = AxisCamera::getInstance();
camera.writeResolution(k320x240);
camera.writeBrightness(0);
You will have to also do:
Code:
#include "Vision/AxisCamera2010.h"
If you do this and your camera still does not send an image to the laptop, then it is definitely not a programming problem.