嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 摄像头控件编程,调用方便 可以抓拍和录像,声音等多媒体。用于医疗影像,B超等(vs2005)
.
├── C#.NET
│ ├── IPcamera
│ │ ├── IPcamera
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── IPcamera.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ ├── Settings.settings
│ │ │ │ └── _desktop.ini
│ │ │ ├── _desktop.ini
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── IPcamera.exe
│ │ │ │ │ ├── IPcamera.pdb
│ │ │ │ │ ├── IPcamera.vshost.exe
│ │ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ │ └── _desktop.ini
│ │ │ │ └── _desktop.ini
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ ├── IPcamera.Form1.resources
│ │ │ │ ├── IPcamera.Form2.resources
│ │ │ │ ├── IPcamera.Properties.Resources.resources
│ │ │ │ ├── IPcamera.csproj.GenerateResource.Cache
│ │ │ │ ├── IPcamera.csproj.ResolveComReference.cache
│ │ │ │ ├── IPcamera.exe
│ │ │ │ ├── IPcamera.pdb
│ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ └── _desktop.ini
│ │ │ │ └── _desktop.ini
│ │ │ ├── IPcamera.csproj.FileListAbsolute.txt
│ │ │ └── _desktop.ini
│ │ ├── IPcamera.sln
│ │ ├── IPcamera.suo
│ │ └── _desktop.ini
│ ├── Player
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Backup
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Player_CS.csproj
│ │ │ ├── Player_CS.csproj.user
│ │ │ ├── Player_CS.sln
│ │ │ └── _desktop.ini
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Player_CS.csproj
│ │ ├── Player_CS.csproj.user
│ │ ├── Player_CS.sln
│ │ └── _desktop.ini
│ ├── VideoLan
│ │ ├── VideoLan
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ ├── Settings.settings
│ │ │ │ └── _desktop.ini
│ │ │ ├── VideoLan.csproj
│ │ │ ├── _desktop.ini
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── VideoLan.exe
│ │ │ │ │ ├── VideoLan.pdb
│ │ │ │ │ ├── VideoLan.vshost.exe
│ │ │ │ │ ├── VideoLan.vshost.exe.manifest
│ │ │ │ │ └── _desktop.ini
│ │ │ │ └── _desktop.ini
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ ├── TempPE
│ │ │ │ │ ├── Properties.Resources.Designer.cs.dll
│ │ │ │ │ └── _desktop.ini
│ │ │ │ ├── VideoLan.Form1.resources
│ │ │ │ ├── VideoLan.Properties.Resources.resources
│ │ │ │ ├── VideoLan.csproj.FileListAbsolute.txt
│ │ │ │ ├── VideoLan.csproj.GenerateResource.Cache
│ │ │ │ ├── VideoLan.csproj.ResolveComReference.cache
│ │ │ │ ├── VideoLan.exe
│ │ │ │ ├── VideoLan.pdb
│ │ │ │ └── _desktop.ini
│ │ │ └── _desktop.ini
│ │ ├── VideoLan.sln
│ │ └── _desktop.ini
│ ├── _desktop.ini
│ ├── sample 2003
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Form2.cs
│ │ ├── Form2.resx
│ │ ├── _desktop.ini
│ │ ├── vcxCsharp.csproj
│ │ ├── vcxCsharp.csproj.user
│ │ └── vcxCsharp.sln
│ ├── sample 2005
│ │ ├── _desktop.ini
│ │ ├── vcxSample
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ ├── Settings.settings
│ │ │ │ └── _desktop.ini
│ │ │ ├── Resources
│ │ │ │ ├── 1.jpg
│ │ │ │ └── _desktop.ini
│ │ │ ├── _desktop.ini
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── _desktop.ini
│ │ │ │ │ ├── vcxSample.exe
│ │ │ │ │ ├── vcxSample.pdb
│ │ │ │ │ └── vcxSample.vshost.exe
│ │ │ │ └── _desktop.ini
│ │ │ ├── frmAFmt.Designer.cs
│ │ │ ├── frmAFmt.cs
│ │ │ ├── frmAFmt.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── AxInterop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── Interop.VIDEOCAPXLib.dll
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── _desktop.ini
│ │ │ │ │ ├── WindowsApplication1.Form1.resources
│ │ │ │ │ ├── WindowsApplication1.Form2.resources
│ │ │ │ │ ├── WindowsApplication1.Properties.Resources.resources
│ │ │ │ │ ├── WindowsApplication1.frmAFmt.resources
│ │ │ │ │ ├── _desktop.ini
│ │ │ │ │ ├── vcxSample.csproj.GenerateResource.Cache
│ │ │ │ │ ├── vcxSample.csproj.ResolveComReference.cache
│ │ │ │ │ ├── vcxSample.exe
│ │ │ │ │ └── vcxSample.pdb
│ │ │ │ ├── _desktop.ini
│ │ │ │ └── vcxSample.csproj.FileListAbsolute.txt
│ │ │ └── vcxSample.csproj
│ │ ├── vcxSample.VS2005.sln
│ │ └── vcxSample.VS2005.suo
│ ├── setup
│ │ ├── _desktop.ini
│ │ ├── vctsetup.exe
│ │ └── videocapx.6.3-patch.exe
│ └── 使用说明.txt
└── 好例子网_C#摄像头控件影像源代码.rar
30 directories, 149 files