i m new in C# and I have epiphan Frame Grabber I have downloaded its SDK in which I have one C# Sample code which caputre one frame when i click button i have also installed its software that capture frame in 30 fps . I want to modifiy this C# sample to capture number of frames (30 fps) per second. there is fucntion given for capture number of frames per second and get argument value as double. FrmGrab_SetMaxFps() function
return FrmGrab_SetMaxFps(iGrabber, aMaxFps);
}///
but when i use this function i m unable to capure desire number of frames
I need help where i should use this function and is there memory allocation for grabber to store captured image using this funtion
i have attached sample code for review
regards
Replies
Know the answer? Post it — somebody with the same question will find it here.