Link to home
Start Free TrialLog in
Avatar of bsw
bsw

asked on

Video Capture

Hi,

I want to write a little capture program for my video board
(Intel SmartVideo Pro).
Can anyone tell me what MCI commands do I have to send?
All I want to get is a single frame.

Thanks in advance,

Bernardo.
ASKER CERTIFIED SOLUTION
Avatar of zqian103198
zqian103198

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bsw
bsw

ASKER

Do you know how I can use these functions from delphi without having to write a DLL in C?
Thank you very much for your help!
:-D

Hi, No need to write C DLL. Just call mciSendString or capCreateCaptureWindow etc. in your Delphi application. MCI and VFW are windows95's feature. You can find their support from Win32 SDK.
Avatar of bsw

ASKER

Thanks again!
:-D

You're welcome!