新添加SV4000E视频卡。

This commit is contained in:
TAO Cheng
2013-06-26 17:01:39 +08:00
parent 42491190fb
commit b26d5826ee
13 changed files with 1633 additions and 4 deletions
@@ -0,0 +1,17 @@
#ifndef __SV4000E_H_2011__
#define __SV4000E_H_2011__
#include "..\SV2000E\dataAcq.h"
//#include "..\SV2000E\DXMediaCap.h"
//#include "..\SV2000E\datastru.h"
// __DXMEDIACAP_2011__
unsigned __stdcall DXConvertYUVtoRGB(device_handle device, void* pYUVBuf,
void* pRGBBuf,
long lImgWidth,
long lImgHeight,
BOOL bInverted,
BOOL bInvertColor);
#endif