capCapture frameRate problem. (URGENT)

M

Murat Aykut

I want to write Video Grabber program. For this purpose, I'm using VFW
capCapture structure, and DrawDibDraw on printing to screen. I wrote
that code, but it has no action (for frame rate). Plaese help.

Murat.

if(!capCaptureGetSetup(hWndC,&parms,sizeof(CAPTUREPARMS)))
return false;

parms.dwRequestMicroSecPerFrame = (DWORD) (1.0e6/FramesPerSec);
parms.fMakeUserHitOKToCapture = false;
parms.vKeyAbort = false;
parms.fAbortLeftMouse = false;
parms.fAbortRightMouse = false;
parms.fYield = true;
parms.fCaptureAudio = false;
parms.wPercentDropForError = 50;

if(!capCaptureSetSetup(hWndC,&parms,sizeof(CAPTUREPARMS)))
return false;
 
W

White Wolf

Murat said:
I want to write Video Grabber program. For this purpose, I'm using VFW
capCapture structure, and DrawDibDraw on printing to screen. I wrote
[SNIP]

And your C++ language question is?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top