Dear All, how could be possible to get an event (with a callback method or whatever) to get each new frame feeded to the VLC Player?
My intention is to make some video processing over the video stream, so I have to gain access to each new frame as a Bitmap or Canvas object. A syncrhonous event and the data itself of the frame buffer would be necessary for this.
Ususally I work with Delphi but any C++, Java or whatever example would be quite enough.
Many thanks in advance.