开发者

How to implement live camera streaming in iphone?

开发者 https://www.devze.com 2023-03-12 12:56 出处:网络
I am developing one iphone application in which I want to implement live camera streaming feature.I d开发者_开发百科ont know how it possible and which freamwork I have to used.

I am developing one iphone application in which I want to implement live camera streaming feature.I d开发者_开发百科ont know how it possible and which freamwork I have to used. Please give me advice for this query. Thanks in advance.


You'll want to look at the AVFoundation.framework for camera streaming. Specifically the classes AVCaptureSession, AVCaptureDevice, and AVCaptureDeviceInput.

There is a Technical Q&A on doing this here: http://developer.apple.com/library/ios/#qa/qa2010/qa1702.html

0

精彩评论

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