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.
我需要创建一个ios5应用程序在iPad2上运行(我可以使用私有API,因为App将不会在App Store中发布)将显示来自前置摄像头的实时流,识别眼睛并呈现一副眼镜(我有3D模型)。
Which is the best approach and the best technology (e.g. OpenGL ES) I can use?
我能使用的最好的方法和最好的技术(例如OpenGL ES)是什么?
1 个解决方案
#1
8
Just use the libraries included in XCode. I have a sample here. It's got everything you need.
只需使用XCode中包含的库。我这里有个样本。它有你需要的一切。
It uses the AVFoundation, CoreImage, CoreMedia, and CoreVideo frameworks.
它使用AVFoundation、CoreImage、CoreMedia和CoreVideo框架。
#1
8
Just use the libraries included in XCode. I have a sample here. It's got everything you need.
只需使用XCode中包含的库。我这里有个样本。它有你需要的一切。
It uses the AVFoundation, CoreImage, CoreMedia, and CoreVideo frameworks.
它使用AVFoundation、CoreImage、CoreMedia和CoreVideo框架。