I understand that it is not quite possible to access webcam through HTML. So how about on the iPhone? Is it possible?

link|improve this question

14% accept rate
feedback

2 Answers

up vote 7 down vote accepted

Take a look at: http://code.google.com/p/iphone-photo-picker/

This was done by the NextStop guys, and is open sourced under MIT license. It basically uses an URL scheme to allow you to redirect a web user to a tiny native app long enough to take the picture, and then back to your web app to continue their experience.

I haven't used it yet, but I saw them demo it in a webcast and plan on using it myself when we get our mobile site done enough to incorporate it.

link|improve this answer
feedback

No. You can access the phone through the native API, but not via a web app.

link|improve this answer
OK. What about in the future? Is it possible? – felixlaumon Jul 10 '10 at 21:57
Who knows? Web apps generally have very limited access to any local resources on the client, mainly for security purposes. It's possible that HTML5 will provide better access to webcams. – Jason Jul 11 '10 at 1:29
Is there any update on this? Or is it still unavailable? – ericbae May 20 '11 at 9:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.