Page 1 of 1

Get list of devices

Posted: 12 Jul 2008 22:27
by Kin
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:

Code: Select all

[DllImport("libvlc")] static extern Error VLC_VariableGet(int iVLC,string Name,ref vlc_value_t value );
I know that using pure C# I can detect USB drivers, but I want to list the names of video devices like in VLC GUI
Could someone help me?

Thanks in advance