Skip to content

Commit

Permalink
Added a note on about non-instantaeously modifiable fields (#126) (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
yell0wd0g authored Dec 12, 2016
1 parent 3999b11 commit 640742c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ <h2>Methods</h2>
</tr>
</tbody>
</table>
<div class="note">
Many of the <a>PhotoSettings</a> represent hardware capabilities that cannot be modified instaneously, e.g. `zoom` or `focus`. <a href="#dom-imagecapture-getphotocapabilities">setOptions()</a> will resolve the Promise as soon as possible. The actual status of any field can be monitored <a href="#dom-imagecapture-getphotocapabilities">getPhotoCapabilities()</a>.
</div>

</dd>

<dt><dfn><code>grabFrame</code></dfn></dt>
Expand Down

0 comments on commit 640742c

Please sign in to comment.