项目作者: w3c

项目描述 :
Mediastream Image Capture
高级语言:
项目地址: git://github.com/w3c/mediacapture-image.git
创建时间: 2014-08-20T11:39:57Z
项目社区:https://github.com/w3c/mediacapture-image

开源协议:Other

下载


Image Capturing for the Web :camera:

Build Status
WPT Chrome
WPT Firefox
WPT Safari
IRC #webrtc

This document specifies methods and camera settings to produce photographic image capture.

Specification and Samples

Notes on bikeshedding :bicyclist:

To compile index.bs into index.html , I’m using the online compiler:

  1. curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html

if the produced file has a strange size (i.e. zero, a few KBs), then something went terribly wrong; run instead:

  1. curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F output=err

and try to figure out why bikeshed did not like the .bs :’(