|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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... Last edited by sp33chy : 02-06-2010 at 05:04 PM. |
|
#2
|
||||
|
||||
|
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); # } |
|
#3
|
|||
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suddenly disabled?!? | Mr. E | Technical Discussion | 16 | 02-05-2009 12:01 PM |
| Problem uploading code from a VM | LinuxMercedes | C/C++ | 5 | 01-12-2009 11:31 PM |
| "Battery: No Code" after uploading .out file to cRIO | knine143 | FRC Control System | 1 | 12-20-2008 10:14 PM |
| Uploading Old Code | G1279 | Programming | 1 | 01-12-2008 10:35 PM |
| Code suddenly fails to initialize | miketwalker | Programming | 11 | 02-19-2005 03:23 PM |