-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relationship to WebGPU #34
Comments
There is quite a bit of discussion in gpuweb/gpuweb#1380 about import. @Kangz can confirm, but since VideoFrame can now be created from a CanvasImageSource, that covers WebGPU also. |
Yes that's correct. WebGPU can render to canvases so the Note that |
There's a demo of breakout box / WebGPU interaction at https://webrtc.github.io/samples/src/content/insertable-streams/webgpu/ |
related WebGPU integration discussions in webmachinelearning/webnn#226 (comment) The sample above notes in particular: // Using GPUExternalTexture(when it's implemented for Breakout Box frames) will
// avoid making extra copies through ImageBitmap. |
WebCodecs PR 412 proposes conversion of |
Mediacapture-Transform's MSTProcessor interface uses
VideoFrame
. My understanding is that this represents a GPU buffer, but the relationship to WebGPU's GPUBuffer is unclear to me.WebGPU, is going into Origin Trial, so it would be useful to be able to try out using Mediacapture-Transform and WebGPU together (e.g. for "Funny Hats" scenarios).
The text was updated successfully, but these errors were encountered: