| Image Acquisition Toolbox | ![]() |
Obtain exclusive use of an image acquisition device
Syntax
Description
start(obj)
obtains exclusive use of the image acquisition device associated with the video input object obj and locks the device's configuration. Starting an object is a necessary first step to acquire image data, but it does not control when data is logged.
obj can either be a 1-by-1 video input object or an array of video input objects.
Data logging is controlled with the TriggerType property.
Use the triggerconfig function to configure the object's trigger settings.
When an acquisition is started, obj performs the following operations:
StartFcn callback
Running property to 'On'
If the object's StartFcn errors, the hardware is never started and the object's Running property remains 'Off'.
The start event is recorded in the object's EventLog property.
An image acquisition object stops running when one of the following conditions is met:
Example
The start function can be called by a video input object's event callback.
See Also
imaqfind, imaqhelp, propinfo, stop, trigger, triggerconfig
| set | stop | ![]() |
Learn more about the latest releases of MathWorks products: |
| © 1994-2009 The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |