I am interested in using this project to get the pixels of a frame, in order to do some real time manipulation and then display them myself in OpenGL. Currently I am doing this with Quicktime, but I would be interested to see whether I can do this with an another video API. Is this possible and are there any code snippets that illustrate how to do this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am interested in using this project to get the pixels of a frame, in order to do some real time manipulation and then display them myself in OpenGL. Currently I am doing this with Quicktime, but I would be interested to see whether I can do this with an another video API. Is this possible and are there any code snippets that illustrate how to do this?
Take a look at this link. It shows how to do something like this both for QTJ and JMF (same technique should also work with FMJ).
http://www.onjava.com/pub/a/onjava/2005/06/01/kgpjava.html?page=last