Content

Getting Playstation Eye to work with openframeworks

Tuesday 10 November 2009 - Filed under Experimental + Tips

I’ve never seen such clear webcams before! The PS3 Eye is truly amazing!

By default, PS3 Eye is not supported by Windows or Mac OSX. Luckily there are drivers ready for you to grab. For PC, use this driver. For Mac OSX, use this driver.

To get PS3 Eye working for openframeworks in windows, you need to edit one line in file “ofVideoGrabber”. The solution is found in this thread, changing

bool bOk = VI.setupDevice(device, width, height);



into

bool bOk = VI.setupDevice(device, width, height, VI_COMPOSITE);



Remember to clean the project first and compile it to reflect the changes.

For Mac OSX, all you need to do is to copy “maccam.component” into “Library\QuickTime\”, no changes on the source code needed.

Enjoy!

2009-11-10  »  admin

Share your thoughts

Re: Getting Playstation Eye to work with openframeworks







Tags you can use (optional):
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

For spam filtering purposes, please copy the number 4614 to the field below: