Is there a way to get the CVPixelBufferRef or CVImageBufferRef currently being rendered at a particular point in time given the NSView object? I am using a third party library to handle the rendering of a video conference (I am not doing the rendering myself in my code). All my code does is hand the NSView object to the library and it handles the rendering. But I need to display the video in another application's NSView so I must get the CVPixelBufferRef currently being displayed and then send the IOSurfaceID to the other application.
|
| |||
|
feedback
|