07-31-2007 07:21 AM
08-13-2007 08:30 AM
Dear levent.tuter
Have a look at the example "C:\Programme\National Instruments\CVI81\samples\Vision\2. Functions\AVI\Read AVI Example.prj";
it can easily be extended to adapt the frame rate at run-time - just do something like
SetCtrlAttribute (panelHandle, PANEL_TIMER, ATTR_INTERVAL, (factor * 1.0 / (double)aviInfo.framesPerSecond));
Best regards
Philipp R.