Function Reference


Objects General PurposeFunctions related to objects
TriggeringFunctions related to triggering
DataFunctions related to data
ToolsFunctions related to image acquisition tools
Getting Command-Line Function HelpCommand-line function help

Objects General Purpose

Video input objects have one or more video source objects associated with them. In this table, functions that work on both types of objects use the phrase "image acquisition object" to refer to both types of objects.

clearClear image acquisition object from MATLAB® workspace
deleteRemove image acquisition object from memory
dispDisplay method for image acquisition objects
getImage acquisition object properties
getselectedsourceCurrently selected video source object
imaqfindFind image acquisition objects
isloggingDetermine whether video input object is logging
isrunningDetermine whether video input object is running
isvalidDetermine whether image acquisition object is associated with image acquisition device
loadLoad image acquisition object into MATLAB® workspace
obj2mfileConvert video input objects to MATLAB® code
saveSave image acquisition objects to MAT-file
setConfigure or display image acquisition object properties
startObtain exclusive use of image acquisition device
stopStop video input object
videoinputCreate video input object
waitWait until image acquisition object stops running or logging

Triggering

triggerInitiate data logging
triggerconfigConfigure video input object trigger properties
triggerinfoProvide information about available trigger configurations

Data

flushdataRemove data from memory buffer used to store acquired image frames
getdataAcquired image frames to MATLAB® workspace
getsnapshotImmediately return single image frame
peekdataMost recently acquired image data

Tools

closepreviewClose Video Preview window
imaqhelpImage acquisition object function and property help
imaqhwinfoInformation about available image acquisition hardware
imaqmemLimit memory or display memory usage for the Image Acquisition Toolbox™ software
imaqmontageSequence of image frames as montage
imaqresetDisconnect and delete all image acquisition objects
imaqtoolLaunch Image Acquisition Tool
previewPreview of live video data
propinfoProperty characteristics for image acquisition objects
stoppreviewStop previewing video data

Getting Command-Line Function Help

To get command-line function help, you can use the MATLAB® help function. For example, to get help for the getsnapshot function, type the following:

help getsnapshot

However, the Image Acquisition Toolbox™ software provides "overloaded" versions of several MATLAB functions. That is, it provides toolbox-specific implementations of these functions using the same function name.

For example, the Image Acquisition Toolbox™ software provides an overloaded version of the delete function. You get help for the MATLAB version of this function if you type the following:

help delete

You can determine if a function is overloaded by examining the last section of the help. For delete, the help contains the following overloaded versions (not all are shown):

Overloaded methods
help char/delete.m
help scribehandle/delete.m
help scribehgobj/delete.m

. . . help imaqdevice/delete.m

To obtain help on the Image Acquisition Toolbox version of this function, type the following:

help imaqdevice/delete

To avoid having to specify which overloaded version you want to view, use the imaqhelp function:

imaqhelp delete

You can also use this function to get help on image acquisition object properties. For more information on overloaded functions and class directories, refer to MATLAB Classes and Objects in the Help browser.

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS