2009/dap/camera Overview.html,1.33,1.34

Update of /sources/public/2009/dap/camera
In directory hutz:/tmp/cvs-serv10063/camera

Modified Files:
	Overview.html 
Log Message:
update of picture capture use case (how to access the picture)

Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/camera/Overview.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Overview.html	2 Dec 2009 14:42:17 -0000	1.33
+++ Overview.html	2 Dec 2009 14:47:23 -0000	1.34
@@ -229,10 +229,13 @@
 <h3>Use cases</h3>
 <p>This section contains a set of use cases collected for the Capture API. Note that this section might be removed in future versions of the document.
 </p>
-<h4>Picture Capture</h4>
+<h4>Picture Capture and Picture upload</h4>
 <p>A (web-based) camera application that allow the user to capture image with and without preview mode using the device camera capability.
-Also allow the user to capture multiple images in burst mode.
+Also allow the user to capture multiple images in burst mode and upload the image(s) to a server using XHR.
 </p>
+<div class="issue">
+  <p>The image is returned as URI from captureImage() callback? How do we XHR upload? Do we need the FileAPI or is there a need to return the image (captured object) as binary data?</p>
+</div>
 <h4>Panorama Image Capture</h4>
 <p>A (web-based) camera application that allow the user to capture panorama images with and without preview mode using the device camera capability.
 When the user select panorama mode, the view finder displays an indication that it is ready to take the 1st image of 3. 

Received on Wednesday, 2 December 2009 14:47:27 UTC