Page 1 of 1

Extract a frame from the stream

Posted: 17 Feb 2013 22:14
by bird12358
Hello,

I am trying to extract a frame from a stream I play. I know a snapshot function already exists on the librarie but the problem is that this function records the frame on the computer.
I would like to record the frame on a local variable to use it and to process it after.
Is there a function that can do that on the LibVLC?

Thank you in advance.

Re: Extract a frame from the stream

Posted: 04 Mar 2013 20:39
by bird12358
Please I need an answer. Can I extract images from the stream I am reading for external processing?

Re: Extract a frame from the stream

Posted: 05 Mar 2013 17:56
by RĂ©mi Denis-Courmont
You need to write your own video filter plugin.