Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2014-02-28 (2 years ago) | | Not enough user ratings | | Total: 381 This week: 1 | | All time: 83 This week: 22 |
|
Description | | Author |
This object can embed webcam video and microphone audio on a page without a third-party plugin.
It takes a given page element and assign a video or audio source so it can display the user webcam video or microphone audio player in the specified page element.
The object can enable the capture of either video, audio or both.
The width and height of the player and the selector of the page element to embed the player are configurable parameters.
It works HTML5 browsers that implement getUserMedia like Webkit compatible browsers like Chrome and also Firefox. Innovation Award
February 2014
Winner
Prize: One book of choice by Packt |
Nowadays modern browser versions support the HTML5 getUserMedia specification. It allows accessing the webcam or microphone of the user computer.
This object takes advantage of the getUserMedia support in the modern browsers to provide means to capture audio and video and present it on a Web page.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 1x
Winner: 1x |
|
Details
CamKit
Access web cam and microphone using only html5 and javascript userGetMedia() function
This object can embed webcam video and microphone audio on a page without a third-party plugin.
It takes a given page element and assign a video or audio source so it can display the user webcam video or microphone audio player in the specified page element.
The object can enable the capture of either video, audio or both.
The width and height of the player and the selector of the page element to embed the player are configurable parameters.
It works HTML5 browsers that implement getUserMedia like Webkit compatible browsers like Chrome and also Firefox.
*Exemple Usage*
// CamKit
var cam = new CamKit();
cam.video = true;
cam.audio = false;
cam.width = 600;
cam.height = 400;
// Mandatory
cam.selector = '#videoplay'
cam.init()
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.