Closed
Bug 991615
Opened 11 years ago
Closed 11 years ago
Camera recording [1080p hardware]- consume long time between two recording, due to delay in loading filmstrip
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: poojas, Unassigned)
Details
(Whiteboard: [CR 639542])
Attachments
(1 file)
|
65 bytes,
text/plain
|
Details |
Steps to Reproduce:
1. Open camera and switch to camcorder.
2. Start Video recording and stop it after few sec.
3. Try to record again.
Actual behavior:
No filmstrip shows. All keys on app UI stopped taking input and so cannot start another recording. After a long delay filmstrip appears and can start next recording
Expected:
Should display filmstrip and all the keys should take input
After enabling logs in camera app found that we receiving delay in between Camera.prototype.gotVideoBlob() at [1] and onLoadedMetaData() at [2]
[1] https://github.com/mozilla-b2g/gaia/blob/master/apps/camera/js/lib/camera.js line 545
[2] https://github.com/mozilla-b2g/gaia/blob/master/apps/camera/js/lib/get-video-meta-data.js line 47
Comment 1•11 years ago
|
||
Does this reproduce on master with the new camera features implementation?
Keywords: qawanted
Updated•11 years ago
|
Flags: needinfo?(poojas)
Unable to repro on a Buri w/ v1.5
Result: User noticed a slight delay in response of the record button immediately after stopping a recording.
1.5 Environmental Variables:
Device: buri 1.5 MOZ
BuildID: 20140403040201
Gaia: 0e974ff33ba47f3d1e59df1e0ad534f1bbe3ef8a
Gecko: 91be2828f17e
Version: 31.0a1
Firmware Version: v1.2-device.cfg
Comment 3•11 years ago
|
||
Closing as wfm then since this isn't seen with the new camera features branch that just landed on 1.4.
Status: NEW → RESOLVED
blocking-b2g: 1.4? → ---
Closed: 11 years ago
Resolution: --- → WORKSFORME
Yes its reproducible with the new camera features implementation also.
Here Wanted to make a clear note that its reproducible only on 1080p hardware
You need to log in
before you can comment on or make changes to this bug.
Description
•