【例子介绍】\天敏VC4000采集卡图像采集,视频录像,视频抓图等功能
【相关图片】
【源码结构】
文件清单
└── vc4000demo
├── Driver
│ ├── DriverInstall.exe
│ ├── SAA7134.inf
│ └── SAA7134.sys
├── Sa7134Capture.dll
├── Sa7134Capture.h
├── Sa7134Capture.lib
├── vc4000
│ ├── vc4000
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── Release
│ │ │ └── vc4000.vshost.exe
│ │ ├── CapturePicture.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── MediaTransmit.dll
│ │ ├── Mix.dll
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── vc4000.csproj.GenerateResource.Cache
│ │ │ │ ├── vc4000.exe
│ │ │ │ ├── vc4000.Form1.resources
│ │ │ │ ├── vc4000.pdb
│ │ │ │ ├── vc4000.Properties.Resources.resources
│ │ │ │ └── vc4000.PropertySetting.resources
│ │ │ ├── Release
│ │ │ │ └── TempPE
│ │ │ └── vc4000.csproj.FileList.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── PropertySetting.cs
│ │ ├── PropertySetting.Designer.cs
│ │ ├── PropertySetting.resx
│ │ ├── Sa7134Capture.dll
│ │ ├── SDKAPI.cs
│ │ ├── setting.ini
│ │ ├── vc4000.csproj
│ │ ├── vc4000.csproj.user
│ │ ├── vc4000.exe
│ │ ├── vc4000.pdb
│ │ ├── vc4000.vshost.exe
│ │ ├── wmv9vcm.dll
│ │ └── xvidcore.dll
│ ├── vc4000.sln
│ └── vc4000.suo
└── vc4000.suo
14 directories, 42 files
评论