User`s guide

snapshot
17-81
Solios XCL (digitizer 0)
Solios XCL (digitizer 1)
VIO (digitizer 0)
Use the matroxcam function to create the object and connect it to the frame grabber. If
you want to use the second frame grabber in the list, the Solios XCL at digitizer 1, use a
2 as the index number, since it is the second board on the list. The second argument must
be the name and path of your DCF file, entered as a string.
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'
The DCF file is specified so that the acquisition can use the properties you have set in
your DCF file.
Preview the image from the frame grabber.
preview(m)
You can leave the Preview window open, or close it any time. To close the preview:
closePreview(m)
Acquire a single image from the frame grabber using the snapshot function, and assign
it to the variable img.
img = snapshot(m);
Display the acquired image.
imshow(img)
Clean up by clearing the object.
clear m
Note about Hardware Triggering: If your DCF file is configured for hardware
triggering, then you must provide the trigger to acquire images. To do that, call the