So another way, I guess we haven't really demo'd or mentioned much is the ability for SimpleCV to work with smart phones and IP Cameras (those cheap security cameras) out of the box.
Now getting it work is quite easy, the only thing required on your part is figuring out where the video stream URL is located because of course each manufacturer has their own method.
I only have an android phone so I don't know of equivalent software, but what I use for android is:
It will tell you when you open the app where the stream is located, basically you open it in a browser and may have to dig around, in my case it was:
That is the IP address of my cell phone on my local wifi network (same one as the computer running SimpleCV).
Once you know that URL you are all set. The code to get images from the phone is just:
img = cam.getImage()
img.show()
Now some of the software and IP cameras themselves require a username and password, to connect to those it's just:
img = cam.getImage()
img.show()
*please note: Not all IP cameras or software works. If yours does or doesn't please update the WIKI at: