只想把外部的视频信号经过一个采集卡显示在电脑上,不要写硬盘只是显示(预览),有使用DELPHI作开发工具的,反正编程越简单越好,究竟使用哪种卡好,当然便宜就好,

  • 主题发起人 主题发起人 yym
  • 开始时间 开始时间
Y

yym

Unregistered / Unconfirmed
GUEST, unregistred user!
只想把外部的视频信号经过一个采集卡显示在电脑上,不要写硬盘只是显示(预览),有使用DELPHI作开发工具的,反正编程越简单越好,究竟使用哪种卡好,当然便宜就好,大虾们帮帮我,给点网址也好。(100分)<br />只想把外部的视频信号经过一个采集卡显示在电脑上,不要写硬盘只是显示(预览),有使用DELPHI作开发工具的,反正编程越简单越好,究竟使用哪种卡好,当然便宜就好,大虾们帮帮我,给点网址也好。
 
这种卡太多了,不知道你想采集什么信号:
1、高频头信号(也就是有线电视信号):可以去AVerMedia的网站看看,偶和他们合作过,它们可以提供SDK,但是网上没有SDK
2、AV莲花端子线:可以用AV-800采集卡,网上有很多相关程序,说不定你可以不用开发就......,给你个网址看看去:www.techthink.com.cn
3、专业的BNC输入:那只能用高级的采集卡,一般这种采集卡都带SDK,像Optibase的系列采集卡,非常专业,当然钱数上也是非常专业:),上边的网址上也有Optibase的介绍。

呵呵,你先看看,有什么问题再问吧。
 
谢谢qince,你帮我很多次了,再次谢谢!
我要的只是比如象VCD机DVD机类输出的普通信号,对这方面还不大懂,支援一下
卡要有SDK,当然便宜就行,因我只是简单的窗口显示,没其他的要求。
 
》VCD机DVD机类输出的普通信号
也就是AV莲花头了
捕捉莲花头输入信号,一般的ATI ALL IN WONDER 卡就可以了,便宜的几百块钱吧,
或者电视卡也可以,但是一般电视卡的SDK都不公开,要向开发商要得。
像北京蓝盒公司就做电视卡代理,你可以给他们打个电话,估计能解决你的问题:)
 
ATI带视频输入和输出的就行
 
我用品尼高的电视卡就可以
才500多
显示使用vfw,如果只是显示代码也就100行吧
 
有个基于vfw的控件
TVideo 2.3

Thanks to all who reported errors and/or give me new suggestions for this component.

The component works with Delphi 3,4,5.


All demos are written with Delphi 5. So user of a earlier version of Delphi get errors/warnings when they open
the projekt files. Ignore all errors, the demos will work.

In Version 2.2 are three Demos, one is a Capturing tool, the oher demonstate the
usage of the OnVideoStreamEvent and the Information you can get with the BitmapInfo ,
the third demo shows the usage of the undocumented TVideoDisp component and the usage of the
Funktions FrameToBitmap and BitmapToFrame.

In Version 2.3 a new demo is added witch shows the Single Frame Functions.
In the unit vfw are now functions for the Video Compression Manager. These funktions are not used in the components,
but you can use it in your own applications. For a desciption of Video for Windows look at:
http://msdn.microsoft.com/library/psdk/multimed/avifile_8dgz.htm

If you have questions mail to: huebler@fbm.fh-weingarten.de



Installation:

Delphi 2:
Install the units vfw.pas, drvedit.pas, videocap.pas and videodisp.pas
(Component is not tested with D2, perhaps it works)


Delphi 3:
Install videocap3.dpk

Delphi 4:
Install videocap4.dpk

Delphi 5:
Install the videocap5.dpk


If you use an earlyer Versions of TVideo, deinstall first !
J. Huebler


e-mail: huebler@fbm.fh-weingarten.de


 
卡 可以 用200块的

不过效果不好。
 
unit drvedit;

interface

procedure Register;

implementation

// uses classes,dsgnintf,sysutils,vfw,videocap; // d5 d4 d3

uses classes, DesignIntf, DesignEditors, sysutils, vfw, videocap; // d6

// Property Editor for driver selection in Video-Cap
type
TDrivereditor = class(TPropertyEditor)
附送:这个控件 改成delphi6 的改动
 
to:hfghfghfg
是什么卡呢?可否指明
 
可以用TM8101卡,支持录像、抓图、网上传送,有现成的软件,也提供二次开发包。
 
可用康银4004H系列卡,支持h.264格式,多种功能,提供SDK,以及demo
 
要想便宜可以使用bt878和7130的卡,这类的卡在市场上便宜的要命bt878大约是160-210左右市场的各类的牌子多的是,你只要上市场上问要878的卡就可以了,这类的卡的质量也都是一般差不多,都是有两个av(莲花头)的输入口,都支持vfw,可能在2000下驱动不好用,不过我有2000的驱动(给我发邮件我给你longjiang_m@sina.com)我有用directshow做的例子可以给你!
 
接下话题:
http://www.delphibbs.com/delphibbs/dispq.asp?lid=1843427

To:yym
我好久没来了。

你所要求的采集卡很多,目前我一般用北京大恒影像的CG300/CG400。
如果你对所采集到的图像质量没有很高要求的话,采用Fly Video采集卡(848和878芯片的我都用过)。这种卡用delphi编程简单,我有它的OCX控件。但板子的做工很差劲。
如果对所采集到的图像质量有很高要求的话,品尼高和大恒(CG系列)、北京微视卡都不错(我都用过)。编程也很简单,厂家的技术服务也好。

以上均有例程,有问题E-mail to : g_xc@hotmail.com
 
后退
顶部