Closed
Bug 805777
Opened 12 years ago
Closed 12 years ago
[camera][unagi] recording fails, frame rate unsupported
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 800627
blocking-basecamp | + |
People
(Reporter: ttaubert, Unassigned)
References
Details
(Whiteboard: [dupeme])
Attachments
(1 file)
(deleted),
application/xml
|
Details |
GonkCameraSource::configureCamera() fails because we request an unsupported frame rate:
E/GeckoConsole( 1711): Supported frame rates: 30
E/GeckoConsole( 1711): Requested frame rate (15) is not supported: 30
Where does that frame rate come from?
Reporter | ||
Comment 1•12 years ago
|
||
mVideo.GetFramerate() returns 15
http://mxr.mozilla.org/mozilla-central/source/dom/camera/GonkRecorderProfiles.cpp#103
Reporter | ||
Comment 2•12 years ago
|
||
Mike, I'm assuming this is caused by bug 804359 as well? Please remove the dependency if you think otherwise.
Comment 3•12 years ago
|
||
This is (most likely) because /etc/media_profiles.xml on unagi is incorrect. If you have access to an otoro build, copy the file from there to unagi and retry.
No longer depends on: 804359
Reporter | ||
Comment 4•12 years ago
|
||
I unfortunately don't have an Otoro device/build. It would be great if someone could provide that so I can test it.
Comment 5•12 years ago
|
||
Put this in /etc/media_profiles.xml on unagi.
Reporter | ||
Comment 6•12 years ago
|
||
Thank you. Unfortunately the preview stopped working and trying to record results in a segfault somewhere in mozilla::GonkRecorderProfile::ConfigureRecorder().
Reporter | ||
Comment 7•12 years ago
|
||
Oh, wait. The preview hang probably because I forgot change 'cif' -> 'high' locally.
Comment 8•12 years ago
|
||
(In reply to Tim Taubert [:ttaubert] from comment #7)
>
> Oh, wait. The preview hang probably because I forgot change 'cif' -> 'high'
> locally.
I'm interested to hear if that makes a difference; I don't think it should.
Reporter | ||
Comment 9•12 years ago
|
||
(In reply to Mike Habicher [:mikeh] from comment #8)
> (In reply to Tim Taubert [:ttaubert] from comment #7)
> > Oh, wait. The preview hang probably because I forgot change 'cif' -> 'high'
> > locally.
>
> I'm interested to hear if that makes a difference; I don't think it should.
No :( The preview still hangs. Still crashes.
Updated•12 years ago
|
blocking-basecamp: ? → +
Whiteboard: [dupeme]
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•