I spent a lot of time trying to get the Processing with Android and IP Camera code to work and wasn’t particularly successful. I did have one funny success, which was capturing the IP Camera in the classroom at about three in the morning when I finally got it working, and this is what I saw:
It took me a moment to realize it was a MacBook. It was kind of creepy. It might have worked well with the idea I wanted to try, which actually is a more sort of augmented reality idea, but I wanted to take on the of the IP cameras and mix it with another video and use the movement of people in the camera (though the hallway at ITP for example) to create the image of ghosts coming through the the video. Here’s a sample of the code I worked out in processing, which tracks the changes in pixels in my webcam and adds the colors to the video that is playing. Right now it kind of looks like it is just using alpha to overlay, but I want to make it look more like crunched pixels or something. I tried to work this into my IP Camera code, but haven’t gotten very far.
The code for my IP Camera is taken from the link sent out by Luca and Elena, here.
My processing code is an adjustment to the background cancellation example from the video library: Continue reading

