From: JaeYoon Kim (jykim++at++netmedia.kjist.ac.kr)
Date: 03/16/2004 18:39:21
HI
I am interested in puting video stream into perfermer in real-time.
In OpenGL, we use glTextImage2D() to insert rgb data of video stream. ( example source code)
I think there is simiar function or way in performer, but I am unskilled at performer.
How to conver this code to performer?
Could you give me any advice ?
Thanks
<example OpenGL source code>
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, texHandle);
glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, glInternalFormat,glType, readVideoFrameBuf);
This archive was generated by hypermail 2b29 : Tue Mar 16 2004 - 18:43:35 PST