Thanks very much for the answer, so when I'm using this Frame Grabbing, where is the frame going to? where is it stored? do I have access to the frame's pixels as RGB for example? (so I can draw it pixel by pixel on a PaintBox)
Hi all, Is there any simple way to access .264 video file (using libVLC) and getting single frames for display? (0, 1, 2, 3, 4....) I want to have a control over the frames display, for example to display frame 0, do some things, and then display the next frame. I'm using C#, is there any simple way...