Replies: 2 comments
-
hmm. I would like to know specifically what kind of video you want to create? Depending on the purpose, it may be better not to use the IOUIScreenCaptureUnit. |
Beta Was this translation helpful? Give feedback.
-
hi cschoi724 i am trying to overlay the UIScreen on capture sample for broadcasting buffer, can you please provide the sample code to try it . I want to overlay a score board for my sports streaming . I am doing it for table tennis so the score will be changing frequently i would be reading the score through Socket.io . TIA |
Beta Was this translation helpful? Give feedback.
-
This could have been captured alone using the IOUIScreenCaptureUnit, but it doesn't seem to work with VideoUnit.
I've temporarily modified the source a little bit so that I can overuse the IOUIScreenCaptureUnit on top of the VideoUnit, which is possible, but the code seems to be incomplete. Do you have any plans to officially support this?
And the background color of PixelBuffer created by IOUIScreen Capture Unit is black. Can I change it to a transparent color?
Beta Was this translation helpful? Give feedback.
All reactions