How to capture a PAL video?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,


I'm tyring to capture a PAL video.

But the video looks like a NTSC video.

Do I need to set any specific parameter to capture a PAL video?

When I call capDlgVideoSource(m_hWndVideo); I have an option for NTSC and
PAL to select a video standard.

Can I set the video standard with out calling the
capDlgVideoSource(m_hWndVideo); ?

Please find my source code below .

HWND m_hWndVideo ;

CAPDRIVERCAPS m_VideoDeviceCaps;



m_hWndVideo = capCreateCaptureWindow(

"Video" , // window name if pop-up

WS_CHILD | WS_VISIBLE, // window style

0, 0, 160, 120, // window position and dimensions

*this,

0 );


if (m_hWndVideo == NULL)

{

return false;

}


BOOL fRet = capDriverConnect(m_hWndVideo, 0);


fRet = capDriverGetCaps( m_hWndVideo, &m_VideoDeviceCaps,
sizeof(m_VideoDeviceCaps)) ;


CAPSTATUS capstatus;

fRet = capGetStatus( m_hWndVideo, &capstatus, sizeof(capstatus));


fRet = capPreviewScale( m_hWndVideo, TRUE ); // allow this to stretch ?

fRet = capPreviewRate( m_hWndVideo, 250); // frame rate in MS

fRet = capPreview(m_hWndVideo, TRUE );



Pls help me.

It is blocking my progress.



Regards,
Balupu

.



Relevant Pages

  • Re: How to capture a PAL video?
    ... If I open the video using some other application and at the same time if I ... I'm tyring to capture a PAL video. ... Do I need to set any specific parameter to capture a PAL video? ... CAPSTATUS capstatus; ...
    (microsoft.public.vc.language)
  • Re: How to capture a PAL video?
    ... The VFW video source dialog, if provided, is provided by the device's driver. ... Do I need to set any specific parameter to capture a PAL video? ... CAPSTATUS capstatus; ...
    (microsoft.public.vc.language)
  • Re: C=128 80Col NTSC Color.
    ... for C128 80 col. video. ... referred to a converter that will accept CGA and convert it to either NTSC ... or PAL video. ... and 80 column Commodore video and convert either to VGA. ...
    (comp.sys.cbm)
  • Re: The Apprentice 2 - Trials of making my first DV movie
    ... with USB from a camera? ... Video captured that way is never high quality unless ... > my DV camcorder could transfer digital data to my ... > I installed the USB drivers and Imaging capture software ...
    (microsoft.public.windowsxp.moviemaker)
  • Re: Capturing from VHS/DVD recorder player
    ... I will be getting that ADS USB device. ... VHS video is copied to and digitalized for the DVD disc. ... For analog capture from either my Cable TV box, DVD player or VCR, the ...
    (microsoft.public.windowsxp.moviemaker)