Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
596 views
in Technique[技术] by (71.8m points)

对于Web端有什么好的获取客户端摄像头画面并显示方案

如题,有没有什么好的在Web端进行获取客户端的摄像头画面的组件,之前使用过Jquery.Webcam以及photobooth。

Jquery.Webcam是通过Flash来获取的,但是尺寸有限,一被方法就和打了马赛克一样。
photobooth是通过HTMl5+Javascript来获取的,但是有时在本地Localhost完美运行,放在服务器之后就无法运行,不会请求打开摄像头。

最后回到主题,请问大神们有没有什么好的方法或者插件进行实现此功能,另清晰度越高越好。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

html5来做就好,获取客户端摄像头是需要权限的,非https的连接会被浏览器阻止的。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...