segebee / webvideo

using html5 navigator capabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WEB VIDEO

This repo is an experiment on the capabilities of HTML5 navigator to access the users camera through the browser

The Navigator interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.

A Navigator object can be retrieved using the read-only window.navigator property.

Properties

Doesn't inherit any properties, but implements those defined in NavigatorID, NavigatorLanguage, NavigatorOnLine, NavigatorContentUtils, NavigatorStorage, NavigatorStorageUtils, NavigatorConcurrentHardware, NavigatorPlugins, and NavigatorUserMedia.

View more standard properties

About

using html5 navigator capabilities


Languages

Language:JavaScript 52.2%Language:CSS 31.8%Language:HTML 16.0%