Javascript API for IOS Iphone 3G for camera access -


is there way access iphone 3g camera via javascript capture photo , utilize photo in html post? came across api called phonegap search on here mentioned iphone 4. hoping find work on 3g , 3gs models.

although old question, wanted add feature coming web , implemented in browsers.

navigator.getmedia = (     navigator.getusermedia ||     navigator.webkitgetusermedia ||     navigator.mozgetusermedia ||     navigator.msgetusermedia); 

there w3c specification getusermedia.

although gets video, can take still image video stream.

there lots of apis coming browser - times ahead!


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -