This document specifies methods and camera settings to produce photographic image capture.
- Image Capture (a.k.a. MediaStream Image Capture) Specification, including code samples.
- Implementation Status describes various browser support on platforms, hardware compatibility, etc.
- Sample code
- Image Capture polyfill
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
:'(