|
Re: Sample field images from (Axis) robot camera?
You can transfer them to the cRIO via FTP. Open a command prompt and run: "ftp 10.XX.YY.2" (replace with your cRIO's IP address). Blank username and password should give you read/write access.
The root directory should just be the root directory of your cRIO (i.e. image = new RGBImage("/image/file.jpg"); will look for file.jpg in the image/ folder in the root directory of the cRIO).
|