stop
Stop video input object
Syntax
Description
stop( halts an acquisition
        associated with the video input object videoinput)videoinput. The
          stop function:
- Sets the - Runningproperty of the object to- "Off"
- Sets the - Loggingproperty of the object to- "Off", if needed
- Executes the - StopFcncallback of the object.
An image acquisition object also stops running under one of these conditions:
- Acquisition of the requested number of frames. Acquisition is complete when - FramesAcquired=- FramesPerTrigger* (- TriggerRepeat+- 1).- FramesAcquired,- FramesPerTrigger, and- TriggerRepeatare properties of the- videoinputobject.
- Occurrence of a run-time error. 
- Expiration of the object's - Timeoutvalue.
The EventLog property of the object records the stop event.
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
imaqfind | start | trigger | propinfo | videoinput