![]() |
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... |
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); # } |
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