Closed
Bug 939701
Opened 12 years ago
Closed 11 years ago
[Camera] Camera App: Support additional settings: ISO mode
Categories
(Firefox OS Graveyard :: Gaia::Camera, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: leo.bugzilla.gecko, Unassigned)
Details
Current Camera has no support for ISO modes.
No WebAPI for ISO Modes.
Updated•12 years ago
|
Group: core-security
Updated•12 years ago
|
Hardware: x86 → ARM
Comment 1•11 years ago
|
||
The camera controller API currently supports iso modes:
mozCamera.isoMode
It's currently set to auto and we don't expose the option on the settings UI by default.
The option can be enabled in the menu via the configuration file. You just need to add:
{
key: 'isoModes'
}
to the settings menu object:
settingsMenu: {
items: [
// {
// key: 'scene'
// },
{
key: 'hdr'
},
{
key: 'timer'
},
// {
// key: 'pictureSizes'
// },
// {
// key: 'recorderProfiles'
// },
{
key: 'grid'
}
]
}
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•