Closed
Bug 931654
Opened 11 years ago
Closed 7 years ago
[HW test] Simple camera app implementation
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: tjao, Assigned: tjao)
References
Details
Attachments
(1 file)
We need a simple camera app based on camera/getUserMedia APIs for testing purpose. This also makes sure that not only official camera app works well on webAPI, but also third-party apps.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Summary: [HW test] Simple camera implementation → [HW test] Simple camera app implementation
Assignee | ||
Comment 1•11 years ago
|
||
I'm hesitated of choosing mozCamera or getUserMedia for implementation.
mozCamera API is much powerful but will be discontinued in the future. In constrast, getUserMedia is less powerful and lacks critical ability such as zooming (at this time)
Evelyn, would you please give me some suggestion?
Flags: needinfo?(ehung)
Comment 2•11 years ago
|
||
I will suggest to use getUserMedia and see what we can come out. :)
Flags: needinfo?(ehung)
Assignee | ||
Comment 3•11 years ago
|
||
In this test, user should see the video captured by camera. They can zoom (digitally, using CSS) and take shots.
I implement this test with gUM. However, since gUM is not complete yet, if gUM request returns with error then it will use a fake image for alternative.
Related message will be shown in console. I can't use window.alert() since there is a bug using alert() in fullscreen mode.
PS. There may be some bugs in this test since I can't test it in all conditions. gUM is not available on device and touch events is not available on desktop...
Attachment #8362440 -
Flags: review?(ehung)
Comment 4•11 years ago
|
||
Comment on attachment 8362440 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/15522
I think Fred knows more than me on getUserMedia. :)
Attachment #8362440 -
Flags: review?(ehung) → review?(gasolin)
Comment 5•11 years ago
|
||
I'd rather review this patch once the gUM video really ready...
@SC is there a target version for gUM video?
Flags: needinfo?(schien)
Comment 6•11 years ago
|
||
Suppose the target version for gUM video is v1.4 now, but I'll let Ivan answer this question.
Flags: needinfo?(schien) → needinfo?(itsay)
Comment 7•11 years ago
|
||
(In reply to Shih-Chiang Chien [:schien] from comment #6)
> Suppose the target version for gUM video is v1.4 now, but I'll let Ivan
> answer this question.
Right, the gUM for video is in Firefox OS v1.4.
Flags: needinfo?(itsay)
Comment 8•11 years ago
|
||
gUM for video is laneded, I'll review this patch soon
Comment 9•11 years ago
|
||
Comment on attachment 8362440 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/15522
see comments in github
Attachment #8362440 -
Flags: review?(gasolin)
Comment 10•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
•