DescriptionImageCapture: wire PhotoCapabilities' ISO, width, height and PhotoSettings' width and height
This CL continues implementing ImageCapture:
- adds |iso|, |imageHeight| and |imageWidth| to PhotoCapabilities
(each is a MediaSettingsRange).
- adds |imageHeight| and |imageWidth| to PhotoSettings.
- extends image_capture.mojom to support all the previous new
fields
- wires Android's "old" and "new" Camera API to provide the
capabilities and listen to the Settings (seems like the
"old" does not reliably support ISO).
- extends the FakeVideoCaptureDeviceTest and the LayoutTests
for these new features.
Note that setOptions() is not synchronous with takePhoto(),
so VideoCaptureDeviceAndroid holds on to the latest, if any,
requested capture resolution.
BUG=518807
Committed: https://crrev.com/5c7ce5d4d50500a169efaf836510703d1fd11b30
Cr-Commit-Position: refs/heads/master@{#407298}
Patch Set 1 #
Total comments: 4
Patch Set 2 : reillyg@ comment #
Total comments: 4
Patch Set 3 : foolip@ comments. Rebase #
Total comments: 10
Patch Set 4 : dcheng@ comments #Messages
Total messages: 32 (16 generated)
|