Main Content

imaqhelp

Image acquisition object function and property help

Syntax

imaqhelp
imaqhelp(Name)
imaqhelp(obj)
imaqhelp(obj,Name)
out = imaqhelp(...)

Description

imaqhelpprovides a complete listing of image acquisition object functions.

imaqhelp(Name)provides online help for the function or property specified by the character vectorName.

imaqhelp(obj)displays a listing of functions and properties for the image acquisition objectobjalong with the online help for the object's constructor.objmust be a 1-by-1 image acquisition object.

imaqhelp(obj,Name)displays the help for the function or property specified by the character vectorName图像采集的对象obj.

IfNameis a device-specific property name,objmust be provided.

out = imaqhelp(...)returns the help text in character vectorout.

当房地产冥界p is displayed, the names in the “See Also” section that contain all uppercase letters are function names. The names that contain a mixture of upper- and lowercase letters are property names.

When function help is displayed, the “See Also” section contains only function names.

Examples

Getting general function and property help.

imaqhelp('videoinput') out = imaqhelp('videoinput'); imaqhelp getsnapshot imaqhelp LoggingMode

Getting property help with device-specific information.

vid = videoinput('dt', 1); src = getselectedsource(vid); imaqhelp(vid, 'TriggerType') imaqhelp(src, 'FrameRate')

See Also

Introduced before R2006a