|
Re: Connecting Axis camera to cRIO
The Camera setup utility uses the http requests on the camera to automate adding an account that the rest of the library can then use.
Creating an account by hand name:FRC and password:FRC would be equivalent. Without this, the first time you connect to the camera via web server, it will prompt to set the root accounts password, and since most will type in something different to the single account on the camera, the robot SW would then need to know your password, know how to encrypt, etc.
The FRC, FRC should allow your code to access the camera.
To see if the camera is working, I'd start with the single color vision example, but modify it to print the size of the particle, then widen the hue and saturation and luminance pretty far out if you need to. If you are getting something other than zero, the camera is working.
Greg McKaskle
|