MATLAB: Is there an adaptor available to use a FireWire camera from Allied Vision Technologies (AVT) with Image Acquisition Toolbox 3.3 (R2009a)

adaptoravtdcamfirewireImage Acquisition Toolbox

I am using a FireWire camera from the vendor Allied Vision Technologies (AVT) with the Image Acquisition Toolbox 3.3 (R2009a). Currently I am using the IEEE 1394 CMU DCAM driver version 6.4.4 to communicate with it.
I would like to know if there is an adaptor available to use these cameras which would provide access to more camera features.

Best Answer

Allied Vision Technologies (AVT) has created an adaptor to interface with their range of FireWire cameras. The adaptor can be downloaded from the following location:
<http://www.alliedvisiontec.com/avt-products/software/3rd-party-solutions/mathworks.html>
In order to use this adaptor you would have to install AVT FirePackage v2.10 and the corresponding 1394 bus driver.
Once you have copied the adaptor DLL onto your system, please register it with the Image Acquisition Toolbox using the IMAQREGISTER function as shown below:
imaqregister(<dllNameIncludingFullPath>)
For more information, refer to the README.txt file provided by AVT as part of the adaptor.