Capture iPhone camera using QuickTime
Can I capture audio and video signals from iPhone's camera and microphone in a web application using QuickTime ? If not, does 开发者_如何学Cexist any other method in which I can capture the video and audio from iPhone cam & mic. from a web app. and not an iPhone native app.?
Thanks
Check out this
http://almaer.com/blog/iphone-web-applications-and-the-record-api
and this
https://labs.ericsson.com/blog/beyond-html5-audio-capture-web-browsers
you can get some code on github:
http://github.com/sintaxi/phonegap
The codes are very helpful for your purpose
精彩评论