1。为什么我用的圆刚的视频采集卡,在98下我自己写的软件可以显示各种大小(包括768X576)在2000下就只能显示到320X240 在软件中把图片变小可以变打就不行(没反映一样是320X240大小)?
2。有的视频卡带SDK有的不带SDK具体有什么区别?
3。视频分辨率和视频显示分辨率有什么不一样?

解决方案 »

  1.   

    伙计,不用写了.他的卡就有这个病.我问过他们.他们说他们带SDK的可以解决这个问题.结果我发现他们是把320*240用软件放大的.
      

  2.   

    是不是878芯片的,我也遇到了这个问题,不过下载了一个驱动就解决了
    http://btwincap.sourceforge.net/download.htmlhttp://btwincap.sourceforge.net/features.html 
     You can use Adobe Premiere! (This one uses the VFW API).
      

  3.   

    A few weeks ago I reported a mysterious problem with capture from a WinTV card: every few minutes, the card would silently drop a single field when capturing at 640x480 or similar. As a result, the field order of the captured clip seemed to reverse periodically, wreaking havoc with things like inverse telecine etc. With this bug, the card was nearly unusable (definitely impractical) for full-resolution capture. Well ... problem solved! I replaced the Hauppauge driver (latest VfW driver for Win2k from their Web site, w2kdrv311.exe) with the open source WDM driver for BT8xx cards (version 5.2.2), found here: http://btwincap.sourceforge.net 
    It works fine with VirtualDub under Win2k, despite its WDM nature. Regardless of what the author says, I did not need to recompile on Win2k. Also: I have a dual CPU system - the author went to great lengths to make the driver SMP-compatible, evidently with success. 
    Two minor issues: 1) the Hauppauge applications (WinTV, WinTV Radio) break. (WinTV never worked for me on Win2k anyhow ... "error initializing hardware") 2) You need a DirectShow capture program to get access to all the settings of the driver (e.g. to change the video standard from NTSC to PAL). The included capture program, AMCAP, does allow you to watch TV, listen to the radio, and to set up the driver. It is quite buggy, though - I think it is little more than a M$ sample application from the SDK. Highly recommended!
      

  4.   

    1.缩放需要自己程序实现。
    2.是否有sdk跟采集卡供应商有关,一般都有的。
    3.视频输入窗口是数字化的图像尺寸,PAL制式最大尺寸765×576,NTSC制式为640×480。
    视频显示分辨率就是在显示器的显示的图像尺寸,不能大于视频输入窗口。小于的时候可以用裁剪和比例缩小。