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?