Thread: AXIS CAMERA
View Single Post
  #3   Spotlight this post!  
Unread 24-05-2010, 16:45
krudeboy51's Avatar
krudeboy51 krudeboy51 is offline
Only Programmer
AKA: kory
FRC #0369 (369)
Team Role: Programmer
 
Join Date: Mar 2010
Rookie Year: 2010
Location: brooklyn
Posts: 151
krudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of light
Send a message via AIM to krudeboy51
Re: AXIS CAMERA

there is something wrong then, i cannot see the camera on the driver station, i wrote this program for it, im wondering if it have something to do with the code:

Quote:
#include "Vision/HSLImage.h"

class RobotDemo : public SimpleRobot
AxisCamera *camera;

void OperatorControl(void)
HSLImage image; //Creates an image

AxisCamera &camera = AxisCamera::GetInstance();
camera.WriteResolution(AxisCamera::kResolution_320 x240);
camera.WriteCompression(20);
camera.WriteBrightness(0);
can any one help me please??
Reply With Quote