Platform/Features/Camera API: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{FeatureStatus | {{FeatureStatus | ||
|Feature name=Ability to take a picture from a web page (<input type="picture">) | |Feature name=Ability to take a picture from a web page (<input type="picture">) - "Phase 1" | ||
|Feature stage=Design | |Feature stage=Design | ||
|Feature status=In progress | |Feature status=In progress | ||
| Line 28: | Line 28: | ||
*Previewing the image in a canvas with the ability to modify it before uploading it to a server won't be possible with this implementation. | *Previewing the image in a canvas with the ability to modify it before uploading it to a server won't be possible with this implementation. | ||
|Feature ux design=[http://people.mozilla.com/~jboriss/specs/first_spec.png First iteration design specification] | |Feature ux design=[http://people.mozilla.com/~jboriss/specs/first_spec.png First iteration design specification] | ||
|Feature implementation plan= | |Feature implementation plan=Mobile implementation is almost landed. | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=692955 | Main bug for desktop: https://bugzilla.mozilla.org/show_bug.cgi?id=692955 | ||
Currently waiting on three things to happen: | Currently waiting on three things to happen for desktop: | ||
* Implementation of the Chrome UI (fabrice) | * Implementation of the Chrome UI (fabrice) | ||
* Implementation of the in-page UI (mounir or dholbert) | * Implementation of the in-page UI (mounir or dholbert) | ||
* WebRTC integration and landing (jesup | * WebRTC integration and landing (jesup): | ||
** | ** Landing Windows build support (ted) | ||
** Pruning code base for image capture (as needed) (jesup) | ** Pruning code base for image capture (as needed) (jesup) | ||
** Legal review (under way, no problems expected) | ** Legal review (under way, no problems expected) | ||
** Security review of code paths needed for image capture (jesup, curtis) | ** Security review of code paths needed for image capture (jesup, curtis) | ||
** Picking a 'stable point' in WebRTC upstream to use as the mergepoint (jesup) | ** Picking a 'stable point' in WebRTC upstream to use as the mergepoint (jesup) | ||
** Landing review of the capture code from webrtc (jesup) | ** Landing review of the capture code from webrtc (jesup) | ||
** Post-landing testing and debugging (jesup, fabrice, qa, etc) | ** Post-landing testing and debugging (jesup, fabrice, qa, etc) | ||
| Line 53: | Line 51: | ||
https://bugzilla.mozilla.org/show_bug.cgi?id=621915 | https://bugzilla.mozilla.org/show_bug.cgi?id=621915 | ||
|Feature landing criteria=Remaining bug for Android: https://bugzilla.mozilla.org/show_bug.cgi?id=708175, which was just marked resolved fixed (April 14). | |||
}} | }} | ||
{{FeatureInfo | {{FeatureInfo | ||
Revision as of 22:12, 16 April 2012
Status
| Ability to take a picture from a web page (<input type="picture">) - "Phase 1" | |
| Stage | Design |
| Status | In progress |
| Release target | Firefox 14 (Maire to confirm) |
| Health | OK |
| Status note | This is almost completed on Mobile where driver support is available via an external app; support for desktop will be added after the base WebRTC code is landed. |
{{#set:Feature name=Ability to take a picture from a web page (<input type="picture">) - "Phase 1"
|Feature stage=Design |Feature status=In progress |Feature version=Firefox 14 (Maire to confirm) |Feature health=OK |Feature status note=This is almost completed on Mobile where driver support is available via an external app; support for desktop will be added after the base WebRTC code is landed. }}
Team
| Product manager | Maire Reavy |
| Directly Responsible Individual | Maire Reavy (was Chris Blizzard) |
| Lead engineer | Fabrice Desré |
| Security lead | Ian Melven |
| Privacy lead | ` |
| Localization lead | ` |
| Accessibility lead | ` |
| QA lead | John Hammink |
| UX lead | Jennifer Morrow |
| Product marketing lead | ` |
| Operations lead | ` |
| Additional members | Erin Lancaster (project manager for Android) |
{{#set:Feature product manager=Maire Reavy
|Feature feature manager=Maire Reavy (was Chris Blizzard) |Feature lead engineer=Fabrice Desré |Feature security lead=Ian Melven |Feature privacy lead=` |Feature localization lead=` |Feature accessibility lead=` |Feature qa lead=John Hammink |Feature ux lead=Jennifer Morrow |Feature product marketing lead=` |Feature operations lead=` |Feature additional members=Erin Lancaster (project manager for Android) }}
Open issues/risks
`
Stage 1: Definition
1. Feature overview
This is a request for the functionality to take a picture from a computer's attached camera and use it in a web application.
2. Users & use cases
- Take a picture on flickr, or upload from your gallery.
- Take a profile photo on facebook, or upload from your gallery.
- Instagram for the web.
3. Dependencies
- Requires an underlying implementation for capturing from camera devices. (done - anant has volunteered!)
4. Requirements
For mobile we should use an external app for performance reasons.
For desktop we should be able to take an image snapshot.
Non-goals
- This does not include the ability to capture a video and send that video somewhere. This is only for taking a picture.
- Previewing the image in a canvas with the ability to modify it before uploading it to a server won't be possible with this implementation.
Stage 2: Design
5. Functional specification
`
6. User experience design
First iteration design specification
Stage 3: Planning
7. Implementation plan
Mobile implementation is almost landed.
Main bug for desktop: https://bugzilla.mozilla.org/show_bug.cgi?id=692955
Currently waiting on three things to happen for desktop:
- Implementation of the Chrome UI (fabrice)
- Implementation of the in-page UI (mounir or dholbert)
- WebRTC integration and landing (jesup):
- Landing Windows build support (ted)
- Pruning code base for image capture (as needed) (jesup)
- Legal review (under way, no problems expected)
- Security review of code paths needed for image capture (jesup, curtis)
- Picking a 'stable point' in WebRTC upstream to use as the mergepoint (jesup)
- Landing review of the capture code from webrtc (jesup)
- Post-landing testing and debugging (jesup, fabrice, qa, etc)
Ignore stuff below this line, here for history only.
Android support landed: https://bugzilla.mozilla.org/show_bug.cgi?id=659188 https://bugzilla.mozilla.org/show_bug.cgi?id=621915
8. Reviews
Security review
`
Privacy review
`
Localization review
`
Accessibility
`
Quality Assurance review
`
Operations review
`
Stage 4: Development
9. Implementation
`
Stage 5: Release
10. Landing criteria
Remaining bug for Android: https://bugzilla.mozilla.org/show_bug.cgi?id=708175, which was just marked resolved fixed (April 14). {{#set:Feature open issues and risks=` |Feature overview=This is a request for the functionality to take a picture from a computer's attached camera and use it in a web application. |Feature users and use cases=* Take a picture on flickr, or upload from your gallery.
- Take a profile photo on facebook, or upload from your gallery.
- Instagram for the web.
|Feature dependencies=* Requires an underlying implementation for capturing from camera devices. (done - anant has volunteered!) |Feature requirements=For mobile we should use an external app for performance reasons.
For desktop we should be able to take an image snapshot. |Feature non-goals=* This does not include the ability to capture a video and send that video somewhere. This is only for taking a picture.
- Previewing the image in a canvas with the ability to modify it before uploading it to a server won't be possible with this implementation.
|Feature functional spec=` |Feature ux design=First iteration design specification |Feature implementation plan=Mobile implementation is almost landed.
Main bug for desktop: https://bugzilla.mozilla.org/show_bug.cgi?id=692955
Currently waiting on three things to happen for desktop:
- Implementation of the Chrome UI (fabrice)
- Implementation of the in-page UI (mounir or dholbert)
- WebRTC integration and landing (jesup):
- Landing Windows build support (ted)
- Pruning code base for image capture (as needed) (jesup)
- Legal review (under way, no problems expected)
- Security review of code paths needed for image capture (jesup, curtis)
- Picking a 'stable point' in WebRTC upstream to use as the mergepoint (jesup)
- Landing review of the capture code from webrtc (jesup)
- Post-landing testing and debugging (jesup, fabrice, qa, etc)
Ignore stuff below this line, here for history only.
Android support landed: https://bugzilla.mozilla.org/show_bug.cgi?id=659188 https://bugzilla.mozilla.org/show_bug.cgi?id=621915 |Feature security review=` |Feature privacy review=` |Feature localization review=` |Feature accessibility review=` |Feature qa review=` |Feature operations review=` |Feature implementation notes=` |Feature landing criteria=Remaining bug for Android: https://bugzilla.mozilla.org/show_bug.cgi?id=708175, which was just marked resolved fixed (April 14). }}
Feature details
| Priority | P1 |
| Rank | 999 |
| Theme / Goal | Connect |
| Roadmap | Platform |
| Secondary roadmap | ` |
| Feature list | Platform |
| Project | ` |
| Engineering team | DOM |
{{#set:Feature priority=P1
|Feature rank=999 |Feature theme=Connect |Feature roadmap=Platform |Feature secondary roadmap=` |Feature list=Platform |Feature project=` |Feature engineering team=DOM }}
Team status notes
| status | notes | |
| Products | ` | ` |
| Engineering | ` | ` |
| Security | sec-review-unnecessary | Per note from imelven review unnecessary |
| Privacy | ` | ` |
| Localization | ` | ` |
| Accessibility | ` | ` |
| Quality assurance | ` | ` |
| User experience | ` | ` |
| Product marketing | ` | ` |
| Operations | ` | ` |
{{#set:Feature products status=`
|Feature products notes=` |Feature engineering status=` |Feature engineering notes=` |Feature security status=sec-review-unnecessary |Feature security health=` |Feature security notes=Per note from imelven review unnecessary |Feature privacy status=` |Feature privacy notes=` |Feature localization status=` |Feature localization notes=` |Feature accessibility status=` |Feature accessibility notes=` |Feature qa status=` |Feature qa notes=` |Feature ux status=` |Feature ux notes=` |Feature product marketing status=` |Feature product marketing notes=` |Feature operations status=` |Feature operations notes=` }}