Get EGLimage from EGL Stream

Hi,
Please refer to this post:
How to read egl pixel data from a plain cuda kernel? - #3 by DaneLLL

You would need to create NvBuffer so that can call NvEGLImageFromFd() to get EGLImage.

1 Like