Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Video capture in HTML 5

How to capture video from a video device and make that video available in HTML5 canvas ?

like image 570
Kai Avatar asked Sep 12 '11 10:09

Kai


2 Answers

Perhaps you should use HTML5 Video Capturing feature.

This way instead of installing any plugins tell users to upgrade their browser ;)

like image 149
Maksim Avatar answered Nov 15 '22 13:11

Maksim


Currently, the HTML5 standard doesn't offer microphone and camera capabilities.
But, there's a jQuery plugin that offers just that using a small flash utility

like image 41
sternr Avatar answered Nov 15 '22 11:11

sternr