简体   繁体   中英

Broadcast live iPhone video feed iPhone SDK

Is there any way to take the video feed from the camera of an iPhone and broadcast it to a local server (or remote if necessary)? It does not need to save it to the server, just to be able to access it. Sort of like a web cam app.

Thanks in advance

您可以查看技术问答QA1702: 如何使用AV Foundation从相机捕获视频帧作为图像 ,其中介绍了如何从iPhone相机捕获帧。

this will help as well.. http://www.benjaminloulier.com/articles/ios4-and-direct-access-to-the-camera

in the sample code, the raw data from the camera is covered to an UIImage. My problem now is how to send the data to a server to be converted to a video stream

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM