Dekryptor / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

more than 2 webcams can not be display at the same time.(only support 2 webcams vision???) #148

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I add one more webcam(total is 3)
2.then run application
3.Only two webcams can be displayed. the number 3 can not display (status is
connecting...

I need the VideoCaptureDevice class supports more than 2 webcams at the same 
time(Now support only 2 webcams???)

Many thanks for your helping!

My email:vanthai1979@yahoo.com

Original issue reported on code.google.com by nguyenth...@gmail.com on 29 Aug 2010 at 6:55

Attachments:

GoogleCodeExporter commented 8 years ago
This is not a problem of the framework. As you may know, there are many camera 
models, which would not allow you running even 2 cameras simultaneously. But 
you can easily run 2 or more, if they are different (different models from 
different manufacturers). Most probably there is something with drivers, 
system, etc., but not with the framework.

Just did a test running 5 USB cameras:
2 Acme cameras;
2 cameras from one Minoru 3D camera;
1 internal laptop’s camera.

So find other cameras for your application.

Original comment by andrew.k...@gmail.com on 29 Aug 2010 at 10:14