手机浏览器中,js如何调用拍照?

如题,之前看到一篇博文,通过 window.webkitURL.createObjectURL和window.URL.createObjectURL事可以调用到,但是那样可以选择相册,就想知道有没有只允许调用摄像头现拍的

因为现在的主流手机,ios android wp都是支持HTML5的,所以不怕。不像PC,很多低端用户还是抱着XP。
http://blog.csdn.net/theforever/article/details/8251671

这个要通过HTML5来实现: http://blog.sina.com.cn/s/blog_4ad7c2540101lnak.html

http://blog.csdn.net/hfahe/article/details/7354912

http://blog.jianchihu.net/talking-about-the-html5-camera-api.html

参考:http://blog.csdn.net/hu1991die/article/details/41084153