开发者

Broadcast live iPhone video feed iPhone SDK

开发者 https://www.devze.com 2023-01-14 04:05 出处:网络
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 ab

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


You might take a look at Technical Q&A QA1702: How to capture video frames from the camera as images using AV Foundation, which explains how to capture frames from the iPhone camera.


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

0

精彩评论

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