Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3c/mediacapture-image
Mediastream Image Capture
https://github.com/w3c/mediacapture-image
webrtc
Last synced: 4 months ago
JSON representation
Mediastream Image Capture
- Host: GitHub
- URL: https://github.com/w3c/mediacapture-image
- Owner: w3c
- License: other
- Created: 2014-08-20T11:39:57.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T14:04:08.000Z (about 1 year ago)
- Last Synced: 2024-09-30T07:01:39.246Z (4 months ago)
- Topics: webrtc
- Language: Bikeshed
- Homepage: https://w3c.github.io/mediacapture-image/
- Size: 1.4 MB
- Stars: 74
- Watchers: 39
- Forks: 40
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: security-privacy-questionnaire.md
Awesome Lists containing this project
README
# Image Capturing for the Web :camera:
[![Build Status](https://travis-ci.org/w3c/picture-in-picture.svg?branch=master)](https://travis-ci.org/w3c/picture-in-picture)
[![WPT Chrome](https://wpt-badge.glitch.me/?product=chrome&prefix=/mediacapture-image/)](https://wpt.fyi/results/mediacapture-image)
[![WPT Firefox](https://wpt-badge.glitch.me/?product=firefox&prefix=/mediacapture-image/)](https://wpt.fyi/results/mediacapture-image)
[![WPT Safari](https://wpt-badge.glitch.me/?product=safari&prefix=/mediacapture-image/)](https://wpt.fyi/results/mediacapture-image)
[![IRC #webrtc](https://img.shields.io/badge/IRC-%23webrtc-1e72ff.svg?style=plastic)](https://www.irccloud.com/invite?channel=%23webrtc&hostname=irc.w3.org&port=6667)This document specifies methods and camera settings to produce photographic image capture.
Specification and Samples
-------------
* [Image Capture (a.k.a. MediaStream Image Capture) Specification](https://w3c.github.io/mediacapture-image/), including code samples.
* [Implementation Status](implementation-status.md) describes various browser support on platforms, hardware compatibility, etc.
* [Sample code](https://rawgit.com/Miguelao/demos/master/imagecapture.html)
* [Image Capture polyfill](https://github.com/GoogleChromeLabs/imagecapture-polyfill)Notes on bikeshedding :bicyclist:
--------------To compile `index.bs` into `index.html` , I'm using the online compiler:
```
curl https://api.csswg.org/bikeshed/ -F [email protected] -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:
```
curl https://api.csswg.org/bikeshed/ -F [email protected] -F output=err
```and try to figure out why `bikeshed` did not like the `.bs` :'(