Audio & Video Capture

Audio & Video Capture access

The media capture API allows authorized web applications to access streams through the device’s audio and video interfaces, that is, to use the data in the camera and microphone. This data can be attached directly to html elements, ie video and audio tags.

There is also a higher level alternative option on mobile operating systems such as iOS and Android that does not require any JavaScript API
The main element <input type = “file” accept = “image / *”> allows you to have a video file of the camera.

Leave a Reply

Your email address will not be published. Required fields are marked *