- From: Adam Pietrasiak via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Jan 2023 08:10:07 +0000
- To: public-webrtc-logs@w3.org
FYI you can create video frame from canvas directly: `new VideoFrame (canvas, config)` Instead if preparing bitmap first. It will save you a whole lot of performance, as pixels will not have to be transferred from GPU to CPU -- GitHub Notification of comment by pie6k Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/213#issuecomment-1379952257 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 12 January 2023 08:10:09 UTC