stop
Stop video input object
Syntax
Description
stop(
halts an acquisition
associated with the video input object videoinput
)videoinput
. The
stop
function:
Sets the
Running
property of the object to"Off"
Sets the
Logging
property of the object to"Off"
, if neededExecutes the
StopFcn
callback 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
, andTriggerRepeat
are properties of thevideoinput
object.Occurrence of a run-time error.
Expiration of the object's
Timeout
value.
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