Log in

View Full Version : AXIS CAMERA


krudeboy51
24-05-2010, 15:58
can any one please tell me what ip address, subnet mask, and default gateway, to use for the camera?


IP address:
Subnet mask:
Default gateway:

Joe Ross
24-05-2010, 16:17
You should not have to change the ip address or any other network settings on the axis camera. See section 2.12 of the control system manual for the correct password.

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


#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?? :(

Radical Pi
24-05-2010, 17:54
Can the code retrieve an image from the camera? (test by writing to flash memory)

Alan Anderson
24-05-2010, 21:55
there is something wrong then, i cannot see the camera on the driver station,...

Can you see the video when you log on to the camera directly using the FRC user name?

krudeboy51
25-05-2010, 20:44
Can you see the video when you log on to the camera directly using the FRC user name?

yes i can see it on internet explorer, but not on the dashboard