Implement ImageCapture API
Categories
(Core :: WebRTC: Audio/Video, defect, P4)
Tracking
()
People
(Reporter: u459114, Unassigned)
References
(Depends on 3 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 3 obsolete files)
5.76 KB,
patch
|
Details | Diff | Splinter Review |
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Updated•11 years ago
|
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Updated•9 years ago
|
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 13•8 years ago
|
||
Comment 14•8 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Comment 27•4 years ago
|
||
ImageCapture is a camera api, which is WebRTC.
Comment 28•4 years ago
|
||
ImageCapture is really useful take a quick photo and control the camera settings:
https://developers.google.com/web/updates/2016/12/imagecapture
Our HTML5 RDP client also need this to grab frames/control camera settings for the RDP server (redirect user camera to RDP server).
After setting dom.imagecapture.enabled as true, we do can access ImageCapture, and I have this takePhoto() (not promise) method, and this onphoto event.
It should be easy to make this available.
Comment 29•4 years ago
|
||
Might be worth mentioning at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features. Maybe it should be even added to the experimental features page in the settings.
Sebastian
Comment 30•3 years ago
|
||
We're building an app which works on openCV which requires user's camera focal length and I found out that this information is saved inside EXIF metadata of the image. But right now only chrome provides this metadata because it supports ImageCapture API.
I would like to request for implementation of this API.
Comment 31•3 years ago
|
||
It would be fantastic if we could apply white balance and focus mode settings in Firefox like we can on Chrome for our biometrics app.
Updated•2 years ago
|
Description
•