Does the Image Acquisition Toolbox support my USB or FireWire (IEEE-1394) camera?

4 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 May 2023
Edited: MathWorks Support Team on 15 May 2023
The Image Acquisition Toolbox supports a broad range of imaging hardware including frame grabbers and Windows video capture devices. For a complete list of hardware supported by the Image Acquisition Toolbox, visit the supported hardware page, found by navigating to:
and clicking on "Supported Hardware".
In addition to supporting various frame grabber manufacturers, the toolbox supports FireWire digital cameras that support the IIDC 1394-based Digital Camera Specification (DCAM), as well as generic Windows video hardware like USB cameras.
1) The toolbox supports connections to IEEE 1394 (FireWire) DCAM-compliant devices using the Carnegie Mellon University (CMU) DCAM driver.
To test your FireWire camera for compatibility with the toolbox, download the CMU 1394 Digital Camera driver from the CMU Web site
and run their demo application (1394CameraDemo.exe).
For additional information on DCAM support, visit the Image Acquisition Toolbox supported hardware page listed above.
2) Generic Windows video capture devices are required to be DirectX (DirectShow) compatible for them to work with the Image Acquisition Toolbox. In order for a device to be DirectX compatible, it must provide a WDM (Windows Driver Model) or VFW (Video For Windows) driver.
You can determine if your device is DirectX compatible by running Microsoft's NetMeeting application, or by running the Microsoft image capture application, AMCap.exe, which can be found at the following location:
If you are able to successfully operate your device with NetMeeting or the above utility without encountering any errors, the video capture device is expected to work with the toolbox.
For additional information on generic Windows video hardware support, visit the Image Acquisition Toolbox supported hardware page listed above.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!