As per the SimpleCV wiki
here, it looks like these are the list of known IP addresses and paths to the video stream. Make sure you are sending your camera's username and password via the form
Code:
http://username:pass@xxx.xxx.xxx.xxx/path/to/stream
.
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi?camera=&resolution=352x240
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi?camera=&resolution=640x480
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi?compression=60&camera=1&des_fps=1
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi?camera=&resolution=640x480
Code:
http://x.x.x.x/axis-cgi/mjpg/video.cgi?camera=1&resolution=352x288
Alternatively, you could find the URL that gives you the last picture taken and use that to make an image for processing, like the previous post suggests.
Also, you may want to contact Katherine Scott (from SimpleCV, @kscottz) directly; she's involved with an FRC team and did some debugging with the Axis Camera before.