[mediacapture-main] Support setting focus

owencm has just created a new issue for 
https://github.com/w3c/mediacapture-main:

== Support setting focus ==
UAs should allow clients to control the focusing of the device's 
camera.

getUserMedia doesn't provide any control to the developer over which 
parts of the image to focus on. Native platforms enable apps to allow 
the user to tap on a location on the stream to focus (and often 
recalculate exposure etc). 

Consider the various controls over focus that Android exposes to 
native apps:

http://developer.android.com/reference/android/hardware/Camera.Parameters.html#getFocusAreas()
http://developer.android.com/reference/android/hardware/Camera.Parameters.html#getFocusMode()

See https://github.com/w3c/mediacapture-main/issues/192

Received on Friday, 12 June 2015 22:46:41 UTC