Eye Toy-cam
Sunday, January 22nd, 2006So, you’ve got an Eye Toy for Christmas, and you’ve been playing with it on your playstation 2. You’ve spent a large amount of time heading the ball at balloons, kickboxing, directing puyo’s, and waving your arms frantically at Billy Hatcher. You probably need to relax, sit down, and have a nice cup of tea. Play Sega Superstars until the early hours of the morning, have a few shots of squished frogs, and drink sme high caffeine tea. You’ll soon find yourself blurting gibberish like “Dude, it’s like, a USB camera, it has to work on a computer too, somehow. I bet you could plug the dance mat in too, and use it instead of a keyboard”. Well hold up, one thing at a time - I had a free weekend with nothing to do, so time to plug in the Eye Toy.
I actually found a really helpful guide for using the Eye Toy under Windows XP after a short amount of Googling. You download the drivers, change a .inf file, and install. Within minutes I was on MSN with my shiny new camera. So, rather than waste my time writing it out again, here’s a link
So now I had an entire weekend to do nothing, and no idea what to do next. So rather than enjoy the time off, doing things not involving computers, I did what any geek would do…. “I wonder if it’ll work under Linux”. This one took a lot more Googling, but yes, it does.
- Check your camera model as per the Windows XP instructions, mine is the Namtai SLEH-00031. Others might work, but I don’t know - try it anyway?
- Download the ov51x JPEG Hacked Driver source
- Unzip, untar, and change to the directory
- Run a make, and a make install
- Providing there are no errors, plug the camera in, and load the modules by using the commands
insmod ./ov51x.ko
insmod ./ov519_decomp.ko
That’s all there is to it really. Now you just need some software to use the camera with. Personally, my linux box doesn’t have a monitor, or for that matter, any form of X. So, for that reason I setup motion to take jpeg snapshots whenever there’s movement. Cheap man’s security camera (especially when you consider the price of the Eye Toy is quite good for the quality it provides).

Run motion with “motion -s” (so you can see what’s going on) - and you’ll notice images will be saved whenever movement is detected. Wave at the camera a few times, then go and make a nice cup of tea
So there we have it. There’s my guide to the eye toy on your PC. Not the most in depth, but hopefully enough to get you started. I also wrote this a good few hours after the fact, so I’m sure I probably missed something! If I ever come to have to reinstall, I’ll make sure to update here as well (or if anyone points out my glaring mistakes :))
