EGLStream

EGLStream is a mechanism that efficiently transfers a sequence of image frames from one API to another. APIs can be OpenGL, CUDA, or NvMedia. A producer and a consumer are attached to two ends of a stream object:

  • A producer adds image frames into the stream.
  • A consumer retrieves image frames from the stream.