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