|
GetSequenceTimestamp (DVR version only)
|
|
| iFrame [in]
|
| The zero-based index of the frame in the memory sequence
|
| pValue [out,retval]
|
| Pointer to the timestamp value
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure
|
| E_INVALIDARG
|
| Invalid frame index
|
| Private Sub ActiveGige1_FrameLoaded()
|
| Label1.Caption = ActiveGige1.GetSequenceTimestamp
|
| End Sub
|
|
|