Get list of devices
Posted: 12 Jul 2008 22:27
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:
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
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 );
Could someone help me?
Thanks in advance