javascript - Is there any good solution for obtaining client camera images and displaying them on the Web?
PHP中文网
PHP中文网 2017-05-19 10:47:12
0
1
531

Like the title, is there any good component for obtaining the client's camera image on the Web? I have used Jquery.Webcam and photobooth before.

Jquery.Webcam is obtained through Flash, but the size is limited, and the method is the same as mosaic.
Photobooth is obtained through HTMl5 Javascript, but sometimes it runs perfectly on the local Localhost, but fails to run after being placed on the server, and does not request to open the camera.

Finally, back to the topic, do you have any good methods or plug-ins to implement this function? The higher the definition, the better.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
过去多啦不再A梦

Just use HTML5. Permission is required to obtain the client camera. Non-https connections will be blocked by the browser.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!