Search code examples
javascripthtmlw3c

The Media Capture API - any existing implementations?


I have been reading up on the draft Device APIs and am wondering whether there are any implementations of the Media Capture API.

Ericsson seem to have some demos up, however haven't released the source. There's also a bug report on Chromium.

I don't mind whether implementation takes the form of a:

  • nightly build
  • patch
  • branch
  • browser extension
  • backfill JavaScript

...so long as it allows experimenting against the interface as is thus far suggested in the standard.


Solution

  • Android 3.0 implements the HTML Media Capture specification (a draft version).