Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   Code suddenly stopped uploading? (http://www.chiefdelphi.com/forums/showthread.php?t=82024)

sp33chy 06-02-2010 14:04

Code compiling, but not uploading
 
I wrote some camera code and it seemingly does not have any errors....So tried uploading... no go. Tried connecting directly and via router. Is there maybe something really obvious I'm missing?

edit: Here is the entire log from my crio...
http://pastebin.ca/1788283

Here is the code if anyone can help me... yes its messy.
http://pastebin.ca/1788313

Uploads if I comment out all the camera code...

Kingofl337 07-02-2010 00:54

Re: Code suddenly stopped uploading?
 
Replace:
#
public void robotMain(){
#
m_robotMainOverridden = false;
#
camera = AxisCamera.getInstance();
#
//camera.getInstance();
#
camera.writeResolution(AxisCamera.ResolutionT.k320 x240);
#
camera.writeBrightness(0);
#
}

with
#
public RobotTemplate(){
#
m_robotMainOverridden = false;
#
AxisCamera camera = AxisCamera.getInstance();
#
//camera.getInstance();
#
camera.writeResolution(AxisCamera.ResolutionT.k320 x240);
#
camera.writeBrightness(0);
#
}

sp33chy 08-02-2010 18:53

Re: Code suddenly stopped uploading?
 
Thanks for helping but didn't work ):

Can someone share their camera code so I can be sure that its not the software crio-side that's the issue? That would be much appreciated! Come on, help a rookie team out.


All times are GMT -5. The time now is 09:39.

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