S
screen
Unregistered / Unconfirmed
GUEST, unregistred user!
在一台计算机上装多块采集卡,接多路视频源,能实现多路视频的输入、切换么?
我想编程控制这种情况,但是如果用VFW,不知道在哪里设置选择第几路视频源。
我找了一个dll,据说可以支持多路,但是是用C++搞的。有一个函数申明如下:
startcap(CWnd* lpWnd,int : wNo),我不知道在delphi中如何申明,我做过如下尝试:
procedure startcap(lpWnd : TWinControl,wNo:integer)
cdecl;
procedure startcap(lpWnd : pHandle,wNo :Integer);
cdecl;
procedure startcap(lpWnd : pTWinControl,wNo : Integer);cdecl
//pTWinControl = ^TWinControl
并且实验了Panel,button,等等东西,播放的图象第2种情况只出现在屏幕左上角,而不是控件
上,其它情况图象都不出现,我不知道C++中的CWnd类在Delphi中如何对应?
如果不用这个dll,用什么方法可以实现多路视频的切换?
我想编程控制这种情况,但是如果用VFW,不知道在哪里设置选择第几路视频源。
我找了一个dll,据说可以支持多路,但是是用C++搞的。有一个函数申明如下:
startcap(CWnd* lpWnd,int : wNo),我不知道在delphi中如何申明,我做过如下尝试:
procedure startcap(lpWnd : TWinControl,wNo:integer)
cdecl;
procedure startcap(lpWnd : pHandle,wNo :Integer);
cdecl;
procedure startcap(lpWnd : pTWinControl,wNo : Integer);cdecl
//pTWinControl = ^TWinControl
并且实验了Panel,button,等等东西,播放的图象第2种情况只出现在屏幕左上角,而不是控件
上,其它情况图象都不出现,我不知道C++中的CWnd类在Delphi中如何对应?
如果不用这个dll,用什么方法可以实现多路视频的切换?