- From: Ilkka Oksanen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Mar 2010 14:24:30 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv12742
Modified Files:
Overview.html
Added Files:
capture-api-file-picker-concept.png
Log Message:
Added UI example
--- NEW FILE: capture-api-file-picker-concept.png ---
(This appears to be a binary file; contents omitted.)
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html 24 Mar 2010 14:02:33 -0000 1.52
+++ Overview.html 24 Mar 2010 14:24:28 -0000 1.53
@@ -470,6 +470,8 @@
picture, record a sound file, or record a video in addition to
selecting an existing file from the file system.</p>
+ <p>See the <a href="#uiexamples">User Interface Examples</a> appendix for the illustration.
+
<p>In case the user chooses to capture video, audio, or image
content, the user agent creates media files on the fly as
specified in [[HTML5]].</p>
@@ -744,6 +746,7 @@
record a memo for later playback.</p>
</section>
+
<section id="related">
<h2>Related documents</h2>
<p>The API described in this document took inspiration from the following documents:</p>
@@ -753,6 +756,15 @@
</li><li><a href="http://lists.w3.org/Archives/Public/public-device-apis/2009Apr/att-0001/camera.html">Nokia Camara API</a>
</li></ul>
</section>
+
+<section id="uiexamples">
+<h2>User Interface Examples</h2>
+
+<p>Capture API aware file picker might render as:
+
+<p><img alt="A File picker with camera support" src="capture-api-file-picker-concept.png"></p>
+</section>
+
<section id="future">
<h2>Features for Future Consideration</h2>
Received on Wednesday, 24 March 2010 14:24:32 UTC