User`s guide
4 Defining Your Adaptor Class
4-8
Note While you can create a video input object with your adaptor, you cannot
use it to acquire video from a device. You must implement the adaptor class
acquisition functions to do that. See “Acquiring Image Data” on page 5-2 for
more information.
vid = videoinput('mydeviceimaq',1)
Summary of Video Input Object Using 'MyDevice'.
 Acquisition Source(s): MyDeviceSource is available.
 Acquisition Parameters: 'MyDeviceSource' is the current selected source.
 10 frames per trigger using the selected source.
 '640x480' video data to be logged upon START.
 Grabbing first of every 1 frame(s).
 Log data to 'memory' on trigger.
 Trigger Parameters: 1 'immediate' trigger(s) on START.
 Status: Waiting for START.
 0 frames acquired since starting.
 0 frames available for GETDATA.










