Home Web Front-end H5 Tutorial Code based on HTML5 cool camera (HTML5 webcam) camera function implementation code_html5 tutorial skills

Code based on HTML5 cool camera (HTML5 webcam) camera function implementation code_html5 tutorial skills

May 16, 2016 pm 03:50 PM
Photograph

photobooth demo - gbin1.com

WebRTC may be the most watched HTML5 standard next year. Mozilla has developed a set of APIs to help you control hardware, such as cameras, microphones, or accelerometers. You can call the native hardware devices you need without relying on other plug-ins.

In today’s article, we will introduce Photobooth.js developed by Wolfram Hempel. Using this class library can help you quickly call the camera function, and you can easily add the camera function to the website. And it quickly helps you take photos. You can use this function to take photos of users. Isn’t it great?

Main Features:
    Contrast setting color setting brightness setting hue setting photo button supports the latest chrome, firefox, opera and other browsers supports jQuery plug-in method and javascript code method

浏览器支持 - gbin1.com

After using Chrome to open the online demo, please confirm to allow the browser to call your camera, as follows:

基于HTML5实现的超酷摄像头(HTML5 webcam)拍照功能 - photobooth.js

Javascript code:

Copy code
The code is as follows:

$('#webcam' ).photobooth().on("image",function( event, dataUrl ){
$('.nopic').hide();
$( "#pictures" ).prepend( '< img src="' dataUrl '" >');
});

The above code will pass the generated image data to the tag with id=picture. Please refer to the relevant API for specific instructions.
Source code download

We hope you all like this online demonstration and demo we provide. If you have any questions, please leave us a message, thank you!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to set photo watermark on Xiaomi Mi 14? How to set photo watermark on Xiaomi Mi 14? Mar 18, 2024 am 11:00 AM

How to set photo watermark on Xiaomi Mi 14?

Fireworks shooting mode on iPhone is popular! The original camera was set up like this, and the movie blew up the circle of friends Fireworks shooting mode on iPhone is popular! The original camera was set up like this, and the movie blew up the circle of friends Feb 12, 2024 pm 07:00 PM

Fireworks shooting mode on iPhone is popular! The original camera was set up like this, and the movie blew up the circle of friends

Why is the iPhone 13's photos unclear? [Solution to the latest iPhone blurry photos] Why is the iPhone 13's photos unclear? [Solution to the latest iPhone blurry photos] Feb 06, 2024 pm 10:46 PM

Why is the iPhone 13's photos unclear? [Solution to the latest iPhone blurry photos]

How to remove watermark from cute photos? Tutorial on how to turn off the watermark on faceu's cute photos! How to remove watermark from cute photos? Tutorial on how to turn off the watermark on faceu's cute photos! Mar 15, 2024 pm 08:20 PM

How to remove watermark from cute photos? Tutorial on how to turn off the watermark on faceu's cute photos!

How to take photos and upload them on computer How to take photos and upload them on computer Jan 16, 2024 am 10:45 AM

How to take photos and upload them on computer

How to implement camera taking function in uniapp How to implement camera taking function in uniapp Jul 04, 2023 am 09:40 AM

How to implement camera taking function in uniapp

Honor Magic6 Ultimate Edition launches LOFIC sensor: dynamic range benchmarks Sony's more than 20,000 SLRs! Honor Magic6 Ultimate Edition launches LOFIC sensor: dynamic range benchmarks Sony's more than 20,000 SLRs! Mar 19, 2024 am 10:50 AM

Honor Magic6 Ultimate Edition launches LOFIC sensor: dynamic range benchmarks Sony's more than 20,000 SLRs!

PHP camera operation: a complete tutorial for taking pictures, video recording and image processing PHP camera operation: a complete tutorial for taking pictures, video recording and image processing Jul 29, 2023 pm 02:05 PM

PHP camera operation: a complete tutorial for taking pictures, video recording and image processing

See all articles