what he did here C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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);

30th May 2017, 11:52 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
2 Answers
+ 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.
31st May 2017, 4:43 AM
MR Programmer
MR Programmer - avatar
0
yes but I want know what name this the method is it instance ... like this
31st May 2017, 2:02 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar