Search found 2 matches

Go to advanced search

by Kin
12 Jul 2008 22:27
Forum: VLC media player for Windows Troubleshooting
Topic: Get list of devices
Replies: 0
Views: 266

Get list of devices

Hi, How to get the list of available cameras from an application using libvlc.dll? I am using a C# wrapper to invoke dll methods, like this, for instance: [DllImport("libvlc")] static extern Error VLC_VariableGet(int iVLC,string Name,ref vlc_value_t value ); I know that using pure C# I can...
by Kin
11 Jul 2008 20:29
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78388

Re: Usage of libvlc.dll in C#

Hi, I am using the sample code on the first page too and I need to capture, display and send a video stream that is being caught by my web camera to capture and diplay, I did something like this...It's woks fine LibVlc vlc = new LibVlc(); vlc.Initialize(); vlc.VideoOutput = pictureBox1; vlc.Playlist...

Go to advanced search