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
Open Back Camera
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)