Hi guys,
I use NvEGLImageFromFd, cuGraphicsEGLRegisterImage, cuGraphicsResourceGetMappedEglFrame for DMA CUDA interoperability. My code works properly but if frame color space is UYVY or BGRx It can’t to register EGLImage in CUDA. why?
Thanks so much.
Hi,
BGRx is not supported in CUDA. Please convert to RGBA and then call cuGraphicsEGLRegisterImage()
Thanks,
how about UYVY ? It can’ register in CUDA?
Hi,
Please try the solution for UYVY data:
UYVY for cuGraphicsEGLRegisterImage in 32.2 SDK - #10 by DaneLLL
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.