DEV Community

Cover image for Open Mobile Camera With HTML
Beginner Developer
Beginner Developer

Posted on • Originally published at beginners-developer.blogspot.com

Open Mobile Camera With HTML

The HTML Capture attribute open device camera to capture image followed by accept attribute

The capture attribute takes as it's value a string that specifies which camera to use for capture of image or video

1 capture="user" - Open Front Camera
2 capture="environment" - Open back camera

Open Front Camera

Front camera

Open Back Camera

Back Camera

Output:
Output

To record video pass video/* to accept attribute

Reference:- https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture

Visit Blog:- https://beginners-developer.blogspot.com

Portfolio:- https://ejaazrkhan.github.io/portfolio

Oldest comments (0)