Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 378
Stoive Avatar asked Jan 28 '11 06:01

Stoive


1 Answers

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

like image 108
Andreas Kuckartz Avatar answered Sep 21 '22 03:09

Andreas Kuckartz