User`s guide

matroxcam
17-57
matroxcam
Create matroxcam object to acquire images from Matrox frame grabbers
Syntax
m = matroxcam(devicenumber, 'DCFfilename')
Description
m = matroxcam(devicenumber, 'DCFfilename') creates a matroxcam object m,
where devicenumber is a numeric scalar value that identifies a particular device by its
index number and DCFfilename is the name and fully qualified path of your Matrox
DCF file, and connects it to that frame grabber.
Examples
Create a matroxcam object
Use the matroxcam function with an index as the first input argument to create the
object corresponding to that index and connect it to that frame grabber. The index
corresponds to the order of boards in the cell array returned by matroxlist when you
have multiple frame grabbers connected. If you only have one frame grabber, you must
use a 1 as the input argument. The second argument must be the name and path of your
DCF file, entered as a string.
Use the matroxlist function to ensure that MATLAB is discovering your frame
grabbers.
matroxlist
ans =
Solios XCL (digitizer 0)
Solios XCL (digitizer 1)
VIO (digitizer 0)