DEV Community

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

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

29 11

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

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay