You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already implemented in Chrome. This issue tracks the need to file a PR on HTML to get VideoFrame added here.
This makes it possible to use canvas drawImage(videoFrame) as well as window.createImageBitmap(videoFrame) (meaning we can remove videoFrame.createImageBitmap().
This is simpler to use and more efficient vs previous proposal of always first creating an ImageBitmap.