开发者

OpenCV Face tracker in iPhone

开发者 https://www.devze.com 2023-03-12 22:55 出处:网络
I want to make a face tracking application in iPhone. Can any one help me how to use CvCapture * camera = cvCreateCameraCapture(CV_CAP_ANY); in iPhone?

I want to make a face tracking application in iPhone.

Can any one help me how to use CvCapture * camera = cvCreateCameraCapture(CV_CAP_ANY); in iPhone?

When I add this line in XCode4, I got the err开发者_C百科or "_cvCreateCameraCapture", referenced from:.

How can solve this error?

Thanks,

Chetan


The latest OpenCV source from the SVN trunk supports video capture on iOS. Take a look at this article for a pre-compiled iOS framework and an example project.


Currently, OpenCV camera capture API cannot be used in iOS apps. You have to create AVCaptureSession and setup video capturing pipeline in order to get video frames from iPhone camera device.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号