[vlc-devel] libvlc
Pierre d'Herbemont
pdherbemont at free.fr
Tue Jan 29 10:14:58 CET 2008
On Jan 29, 2008, at 4:42 AM, Noor-E-Saba Hakim wrote:
> Dear all,
>
> I'm using pre-built libvlc.dll in my Windows C program in Visual
> Studio. I
> can play video file from the api/functions listed in include/vlc/
> libvlc.h
> file. But I need little more: I need a callback function so that I can
> access captured video and audio buffer from cameras while playing so
> that
> I can send the video and audio data to another function for analysis
> in
> realtime. Is there a function that I can access from libvlc.dll that
> will
> serve my purpose? Or is there a pre-built libvlc.lib for windows
> that I
> can link to my program and access libvlc's all functions?
There isn't an easy path with libvlc to achieve that. However writing
a video filter and an audio filter is probably what you want.
Pierre.
More information about the vlc-devel
mailing list