[mediacapture-image] Transferable? (#211)

dsanders11 has just created a new issue for https://github.com/w3c/mediacapture-image:

== Transferable? ==
Would be useful if the `ImageCapture` interface was `[Transferable]`, as this would allow offloading grabbing frames from the main thread. Trying to grab frames on the main thread is always going to compete with UI events and rendering code, which can interfere with the tight timings needed to try to maintain 30 FPS frame grabbing.

Please view or discuss this issue at https://github.com/w3c/mediacapture-image/issues/211 using your GitHub account

Received on Tuesday, 16 July 2019 08:11:28 UTC