Horner - usenet poster
Rank: Apprentice
Rating: 0%, 0 votes
Most webcams should work with the Image Acquisition Toolbox. There are two
things to look out for.
One would be the video formats that are exposed to the toolbox. This is
normally only a problem with devices that do hardware video compression
which is normally not a problem for webcams. The problem is that these
types of devices only support video formats that the toolbox does not know
how to handles. These devices are not usable by the toolbox. Again, it
does not look like this applies to the camera listed below.
The second problem would be the way to control properties of the camera such
as brightness or contrast. There are two ways to expose these controls.
One is the "standard" approach which makes these properties available to any
program. Most webcams use this approach. The other option is for the
camera to only allow configuration through a special, custom GUI. This will
not work with the toolbox. In this case the camera is still usable with the
toolbox, it just will not be possible to adjust any of the properties
through MATLAB. It is difficult to tell if this will be the case for this
camera, the only way is to know is to test it.
Sorry to be so vague, but webcams come in such a wide variety that it is
difficult to make predictions about them.
-Dave Tarkowski
...