Prev: plotyy
Next: Generate Alternate +1 & -1 sequence
From: Enrique on 29 Mar 2010 06:25 I intend to work in MATLAB with a IR camera from Xenics (XEVA-USB-FPA-1.7-320-TE1-100Hz) and i've installed the driver provided by the vendor. The program included n the software of the camera is installed and detects and previews the camera, but the Microsoft AMCAP utility doesn't recognise the camera and neither does the image acquistion toolbox. I register the dll's as a third party adaptor but it doesn't appear as a installed adaptor when i use the imaqhwinfo command. Does this mean the camera isn't supported by MATLAB? Thanks.
From: Mark Jones on 7 Apr 2010 11:07 Enrique wrote: > I intend to work in MATLAB with a IR camera from Xenics > (XEVA-USB-FPA-1.7-320-TE1-100Hz) and i've installed the driver provided > by the vendor. The program included n the software of the camera is > installed and detects and previews the camera, but the Microsoft AMCAP > utility doesn't recognise the camera and neither does the image > acquistion toolbox. I register the dll's as a third party adaptor but it > doesn't appear as a installed adaptor when i use the imaqhwinfo command. > > Does this mean the camera isn't supported by MATLAB? > > Thanks. Hi Enrique, If the camera cannot be used with AMCAP then it definitely cannot be used with the Image Acquisition Toolbox's winvideo adaptor. You can contact the vendor directly and request that they build the adaptor for the toolbox. Another option is to build the interface yourself using the adaptor kit which is supplied with the toolbox. Alternatively, you can create an interface using the MEX interface in MATLAB or the Generic DLL interface in MATLAB. Mark
|
Pages: 1 Prev: plotyy Next: Generate Alternate +1 & -1 sequence |