Closed
Bug 1131782
Opened 10 years ago
Closed 10 years ago
[Camera][Gecko][Shinano] Camera supports ISO modes under a different parameter key
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
People
(Reporter: mikeh, Assigned: mikeh)
References
Details
Attachments
(1 file)
|
6.44 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
The ISO-equivalent sensitivity setting is not an AOSP standard parameter, so to expose it on, e.g., Flame, we need to use a raw string key[1][2].
1. https://dxr.mozilla.org/mozilla-central/source/dom/camera/GonkCameraParameters.cpp#107
2. https://dxr.mozilla.org/mozilla-central/source/dom/camera/GonkCameraParameters.cpp#163
Shinano uses different key strings entirely, so we will need to update GonkCameraParameters to detect this and use the appropriate key string.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment on attachment 8562952 [details] [diff] [review]
Add runtime support for detecting vendor-specific parameter keys, v1
Review of attachment 8562952 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8562952 -
Flags: review?(aosmond) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•