FirefoxOS/media/camera: Difference between revisions
Jump to navigation
Jump to search
(Add link to sequence diagram source) |
(Add link to bug 1144140) |
||
Line 26: | Line 26: | ||
==== Example API2/API3 Camera App ==== | ==== Example API2/API3 Camera App ==== | ||
* [https://github.com/PkmX/lcamera PkmX], written in [https://en.wikipedia.org/wiki/Scala_%28programming_language%29 Scala] – thanks, Hayden! | * [https://github.com/PkmX/lcamera PkmX], written in [https://en.wikipedia.org/wiki/Scala_%28programming_language%29 Scala] – thanks, Hayden! | ||
==== WIP ==== | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1144140 bug 1144140] |
Latest revision as of 16:36, 15 April 2015
Camera App
Active Contributors
Dev: Mike Habicher, Andrew Osmond, Wilson Page, Diego Marcos, Justin D'arcangelo, David Flanagan
QA: No-jun Park
UX: Tiffanie Shakespeare, Amy Lee
Documentation
- Camera Feature Gap Analysis
- File:Gecko-camera.pdf A high-level overview of the components that make up the CameraControl stack in Gecko. This version doesn't include the upcoming CameraService in bug 1073017.
- Sequence diagram of bug 1073017, requesting camera access (source):
Bug Backlog
Projects
Camera API3
Android is transitioning from the original ICamera API, now called Camera API1, to a new API, called API3. We need to investigate the implications of this new API, which is fundamentally different from the old one, and determine implications for Gecko and Gaia.
There was a transitional Camera API2 available in KitKat, but it has been superseded by API3 in Lollipop. In some cases the documentation may be ambiguous — for example, the figure in the first page linked to above.