Author: mmvvnnmmvvnn
Date: Feb 7, 2008 03:24
hi
I have a problem in my coding, any body help me what my mistake.
I want capture the image from live webcam video. I am using directx9
in vc++.
I am using RenderFile() method it is work fine but not work in
RenderStrem().
please help me..
this is my code
//global declarations
ICreateDevEnum *pSysDevEnum ;
IBaseFilter *pFilter;
IPropertyBag *pPropBag;
IMoniker *pMoniker ;
IEnumMoniker *pEnumCat ;
IMediaControl *pControl;
IMediaEvent *pEvent;
IVideoWindow...
|