Summary: | Implement HTMLVideoElement.requestVideoFrameCallback() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Thomas Steiner <tomac> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | chi187, chrisguttandin, eric.carlson, glefebvr, graouts, jer.noble, juberti, kkinnunen, oren.me, pnormand, simon.fraser, webkit-bug-importer, will.morgan, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 231803, 231945, 233185, 233186, 233306 | ||
Bug Blocks: |
Description
Thomas Steiner
2020-05-15 02:22:17 PDT
This would really help synchronise WebGL UIs dependent on a video feed showing the device camera, or a webcam. Being able to link the requested frame rate from the camera and only render when a new frame is available would be good to maximise performance and battery life. Render accuracy for our apps on Chrome has improved since adopting the API, and it would be great to see it on Safari/Webkit, too. This has landed. Thank you! |