| krudeboy51 |
24-05-2010 16:45 |
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?? :(
|