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...