|
SetVideoFPS (DVR version only)
|
|
| Value [out,retval]
|
| The fps value to be set
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| ActiveDcam1.OpenVideo "c:\\video1.avi"
|
| fps=ActiveDcam1.GetVideoFPS * 2
|
| ActiveDcam1.SetVideoFPS fps
|
| ActiveDcam1.PlayVideo
|
|
|
|
|