Live Face Recognition iOS adding 3D object

I need to create an iOS 5 application will run on iPad2 (I can use private API because the App will not be released in App Store) will show live stream from front camera, recognize eyes and render a pair of glasses (I have the 3D model) following face movements.

Which is the best approach and the best technology (e.g. OpenGL ES) I can use?

Upvotes: 3

Views: 3290

Answers (1)

RJ Hill
RJ Hill

Reputation: 308

Just use the libraries included in XCode. I have a sample here. It's got everything you need.

It uses the AVFoundation, CoreImage, CoreMedia, and CoreVideo frameworks.

Upvotes: 8

Related Questions