+ 1
what he did here C#
private FilterInfoCollection webcame; private VideoCaptureDevice came; private void Form1_Load(object sender, EventArgs e) { webcame = new FilterInfoCollection(FilterCategory.VideoInputDevice); foreach (FilterInfo VideoCaptureDevice in webcame) { comboBox1.Items.Add(VideoCaptureDevice.Name);
2 Respuestas
+ 2
what did you want to Know.
this code is detecting every camera attached to your device which can record video.
the code is using the webcam reference dll file.
0
yes but I want know what name this the method
is it instance ... like this