| krudeboy51 |
24-03-2010 23:12 |
HELP!! HELP!!
Hi, i am a new programmer on my team (team 369), i need help programing our axis camera in c++ this is it so far:
Quote:
#include "Vision/AxisCamera.h"
#include "Vision/HSLImage.h"
class RobotDemo : public SimpleRobot
AxisCamera *Camera;
void OperatorControl(void)
HSLImage image; //Creates an image
AxisCamera camera = AxisCamera::getInstance();
Camera->WriteResolution( 160x120 );
Camera.WriteBrightness(0);
|
but every time when i build it, there are many errors with it, CAN ANY ONE HELP ME PLEASE??? :confused:
|