zoom-meeting-sdk-linux_x86_64-6.0.10.5355
Description
Share screen on the meeting. Capture screen data from Meeting SDK bot.
dump yuv data at:
ZoomSDKRendererDelegate::onRawDataFrameReceived(YUVRawDataI420 *data)
You can see chroma is shifted
zoom-meeting-sdk-linux_x86_64-6.0.10.5355
Description
Share screen on the meeting. Capture screen data from Meeting SDK bot.
dump yuv data at:
ZoomSDKRendererDelegate::onRawDataFrameReceived(YUVRawDataI420 *data)
You can see chroma is shifted
Hey Seungkoo, if you’re working on capturing screen data from the Meeting SDK bot, you might want to check out the Recall.ai API.
It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video/metadata from meetings without you needing to spend months to build, scale and maintain these bots.
Here are the API docs: https://docs.recall.ai
I’ve come to understand that I need to use the Y, U, and V buffers separately instead of assuming that GetBuffer returns an I420 buffer. Please close this post.