- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Wed, 20 Apr 2011 14:49:40 +0200
- To: Kyle Huey <me@kylehuey.com>
- Cc: public-device-apis@w3.org
Le mercredi 20 avril 2011 à 08:41 -0400, Kyle Huey a écrit : > I'll preface this by saying that I don't think we plan to ship capture > functionality in the next version of Firefox Mobile. OK, thanks for that clarification; I guess that's what the P2 rank in https://wiki.mozilla.org/Features/Mobile indicates, I should have read that more carefully :) > What you're looking at is an implementation detail. The "moz-device" > scheme is hooked up internally to the appropriate platform specific > glue layer (gstreamer on Linux, DirectShow on Windows, etc.) and > provides a URI from which a feed from the camera (or other device) can > be loaded. moz-device URIs can only be loaded by "chrome" code (the > browser's privileged XUL and JavaScript). Using this, we can set up a > capture dialog that has a <video src="moz-device?...."> (and whatever > else we want) and we have our capture/preview UI. OK, I understand better the role of that URI scheme now. I assume this means this moz-device: scheme won't be interpreted outside of the chrome (for the time being, at least). > The API that would be exposed to content from this setup is roughly > what Hixie describes in > http://lists.w3.org/Archives/Public/public-device-apis/2011Apr/0095.html. If the accept attribute is a type that we can capture we will provide the user the choice between getting media from the file system or from the device. > > We're not really sure how a capture attribute/MIME type parameter > that's supposed to provide a hint to the UA will play into all of this > yet, especially given that some of the file picker or capture dialogs > may be native. Our UI story on all of this still needs a lot of work, > which is one of the reasons I don't think we'll be shipping this in > the immediate future. We're very keen on getting feedback on whether this additional hint is useful or not, so I hope you'll bring your input to the group once this gets clearer. Thanks again for the quick turnaround :) Dom
Received on Wednesday, 20 April 2011 12:49:56 UTC