ICImagingControl.ReferenceTimeCurrent Property |
||
Returns the current reference time. | ||
Syntax: | Public ReferenceTimeCurrent As Double |
|
Remarks: | The property's unit is seconds. If the ReferenceTimeCurrent is retrieved while the live video is not running, the error message "Run-time error '20' This function cannot be called if livemode is inactive" is issued. |
|
Sample: | This example demonstrates how to show a live video for five seconds. If ICImagingControl1.DeviceValid = True Then With ICImagingControl1 .LiveStart While .ReferenceTimeCurrent - .ReferenceTimeStart < 5 Debug.Print .ReferenceTimeCurrent - .ReferenceTimeStart Wend End With End If |
|
See also: | ICImagingControl, ICImagingControl.LiveStart, ICImagingControl.ReferenceTimeStart |