Praktikum 5 - Camera Capture

1. Tujuan

Membuat camera capture melalui browser.

2. Alat

Notepad++

3. Dasar Teori

Video Tag

The <video> tag specifies video, such as a movie clip or other video streams.
Currently, there are 3 supported video formats for the <video> element: MP4, WebM, and Ogg:
Source: http://www.w3schools.com/tags/tag_video.asp
  • MP4 = MPEG 4 files with H264 video codec and AAC audio codec
  • WebM = WebM files with VP8 video codec and Vorbis audio codec
  • Ogg = Ogg files with Theora video codec and Vorbis audio codec

JavaScript

JavaScript is the most popular programming language in the world. This page contains some examples of what JavaScript can do. One of many HTML methods is getElementById()JavaScript is the programming language of HTML and the Web. Programming makes computers do what you want them to do. JavaScript is easy to learn. This tutorial will teach you JavaScript from basic to advanced.

4. Tugas Praktikum

Membuat Camera Capture di browser.

5. Hasil Praktikum


6. Referensi

https://davidwalsh.name/browser-camera

Comments