Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   AXIS CAMERA (http://www.chiefdelphi.com/forums/showthread.php?t=85890)

krudeboy51 24-05-2010 15:58

AXIS CAMERA
 
can any one please tell me what ip address, subnet mask, and default gateway, to use for the camera?

Quote:

IP address:
Subnet mask:
Default gateway:

Joe Ross 24-05-2010 16:17

Re: AXIS CAMERA
 
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

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

Radical Pi 24-05-2010 17:54

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

Alan Anderson 24-05-2010 21:55

Re: AXIS CAMERA
 
Quote:

Originally Posted by krudeboy51 (Post 963639)
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

Re: AXIS CAMERA
 
Quote:

Originally Posted by Alan Anderson (Post 963701)
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


All times are GMT -5. The time now is 13:00.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi