GetSequenceFrameCount (DVR version only)
Description
Returns the current number of frames in the memory sequence.
Syntax
[VB]
Value=objActiveGige.GetSequenceFrameCount()
[C/C++]
HRESULT GetSequenceFrameCount(long* pValue );
Data Types
[VB]
Return value
: Long
Parameters
[C/C++]
pValue
[out,retval]
Pointer to the number of frames
Return Values
S_OK
Success
E_FAIL
Failure
Example
This VB example displays the number of frames in the memory sequence.
value=ActiveGige1.GetSequenceFrameCount()
MsgBox value
Remarks
For more information on the sequence capture see
StartSequenceCapture
.