Hello everyone
I'm busy with developing a application under Linux / C++ that use libvlc to take a snapshot
The application is using sdl and a fullscreen window to display some animation and receiving commands from our game controller.
I'm able to open vlc , open the video device and take snapshots.
But when doing this vlc always open in its own window, and i want that it is not visible. Only take the snapshot in background and my animation will display the snapshot itself.
How can i do this ? This is my first project using libvlc , so this is all new to me.
Regards
Peter Everix