|
Re: Sample field images from (Axis) robot camera?
Hey sorry for hi-jacking this thread, but how do you use these images?
I know we use these lines of code to get the image.
ColorImage image;
image = new RGBImage("/image.jpg");
But I have two questions.
1. How do I get the image on the CRio? Do I put it in my Netbeans project?
2. What is the directory I'm looking for? (line 2 of my code snippet)
|