Hello, I am using the VLC .net library in order to capture streams from camera and record them into files. I am using following code to open the capture device: VlcMedia desc = Vlc.NewMedia(@"dshow://"); desc.AddOption(@":dshow-vdev=video device name"); desc.AddOption(@":dsh...