Closed
Bug 1141947
Opened 10 years ago
Closed 7 years ago
[Camera][flame] enable ZSL (zero shutter lag)
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: behsieh, Unassigned)
References
Details
initialize zsl key and value in gaia.
key = "zsl"
value = "on" or "off"
Comment 1•10 years ago
|
||
This will require adding a zeroShutterLag attribute to CameraControl, and zeroShutterLagSupported to CameraControl.Capabilities.
Reporter | ||
Comment 2•10 years ago
|
||
since there is no standard zsl key and parameter on Android Camera API 0x100
in flame, just enable zsl in driver layer.
Reporter | ||
Updated•10 years ago
|
Summary: [Gaia][Camera][flame] enable ZSL in gaia camera → [Camera][flame] enable ZSL
Reporter | ||
Updated•10 years ago
|
Summary: [Camera][flame] enable ZSL → [Camera][flame] enable ZSL(ZeroShutterLag)
Comment 3•10 years ago
|
||
(In reply to becker hsieh{:behsieh} from comment #2)
> since there is no standard zsl key and parameter on Android Camera API 0x100
> in flame, just enable zsl in driver layer.
We can (and do) abstract away the vendor variations in CameraParameter keys, so this would just be one more addition to that list.
Updated•10 years ago
|
Blocks: camera-backlog
Summary: [Camera][flame] enable ZSL(ZeroShutterLag) → [Camera][flame] enable ZSL (zero shutter lag)
Reporter | ||
Comment 4•10 years ago
|
||
take a note.
in flame , camera sensor is ov5648
in this camera sensor , full resolution output fram rate is 15fps.
in zsl mode, preview frame only got 15fps.
Comment 5•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•