- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Fri, 16 Dec 2016 12:10:44 +0000
- To: public-media-capture-logs@w3.org
Giri, your attempted resolution seems to indicate two things: - That ImageCapture options are used only for takePhoto() - That ImageCapture options are applied when takePhoto() is called, and are dropped when it's finished. However, that's not what the spec says at all. Instead, it says of setOptions: "it must queue a task, using the DOM manipulation task source, that runs the following steps: - Configure the underlying image capture device with the settings parameter." I think you have indicated a deeper problem with the spec, but it's actually a problem unrelated to the issue of the shape of the API surface. -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/124#issuecomment-267581414 using your GitHub account
Received on Friday, 16 December 2016 12:10:51 UTC