User`s guide

17 Functions — Alphabetical List
17-58
Create an object, m, using the index number. In this example, for the Solios XCL at
digitizer 1, use a 2 as the index number, since it is the second device on the list. The
second argument must be the name of your DCF file, entered as a string. It must
contain the fully qualified path to the file as well. In this example, the DCF file is named
mycam.dcf.
m = matroxcam(2, 'C:\Drivers\Solios\dcf\XCL\Basler\A404K\mycam.dcf')
m =
Display Summary for matroxcam:
DeviceName: 'Solios XCL (digitizer 1)'
DCFName: 'C:\Drivers\Solios\dcf\XCL\Basler\A404K\mycam.dcf'
FrameResolution: '1300 x 1080'
“Connect to Matrox Frame Grabbers”
“Set Properties for Matrox Acquisition”
“Acquire Images from Matrox Frame Grabbers”
Input Arguments
devicenumber — Device number of your frame grabber
numeric scalar
Device number of your frame grabber, specified as a numeric scalar. This number
identifies a particular board by its index order. It creates the object corresponding to
that index and connects it to that frame grabber. The index corresponds to the order of
frame grabbers in the table returned by matroxlist when you have multiple boards
connected.
If you only have one frame grabber, you must use a 1 as the input argument.
Example: m = matroxcam(2, 'C:\Drivers\Solios\dcf\XCL\Basler\A404K
\mycam.dcf')
Data Types: double
DCFfilename — Name of your DCF file
character string