Implement the [MediaStreamTrackProcessor](https://w3c.github.io/mediacapture-transform/#track-processor-interface) API. It exposes a ReadableStream<VideoFrame> in a DedicatedWorker, for efficient reading and manipulation of video frames to JS.
Bug 1749532 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Implement the [MediaStreamTrackProcessor](https://w3c.github.io/mediacapture-transform/#track-processor-interface) API. It exposes a ReadableStream<VideoFrame> in a DedicatedWorker, for efficient reading and manipulation of video frames in JS, from the browser's realtime media stack.