View Single Post
  #1   Spotlight this post!  
Unread 11-02-2012, 15:54
2869Robotics 2869Robotics is offline
Registered User
FRC #2869
 
Join Date: Jan 2012
Location: Bethpage
Posts: 18
2869Robotics is an unknown quantity at this point
Saving Image onto cRIO

In my code i have
Code:
ColorImage image = camera.getImage();
BinaryImage threshImage = image.threshold(....);
threshImage.write("test.jpg");
but when I ftp into my cRIO, i can't find the image. I don't get any exceptions when it writes the binary image onto the cRIO so it should have been successful. I checked in the root directory of the cRIO but i can't find the image. Anybody have any ideas as to what is going on?
Reply With Quote