AXIS CAMERA

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:

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.

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_320x240);
     camera.WriteCompression(20);
     camera.WriteBrightness(0);

can any one help me please?? :frowning:

Can the code retrieve an image from the camera? (test by writing to flash memory)

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