嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
需安装相关组件才能用,这是一个基于 Windows Forms 的应用程序,主要用于控制和操作摄像头设备。代码中使用了 EloamView 控件来管理摄像头设备,并提供了用户界面来选择摄像头、设置分辨率、调整视频模式、旋转视频、扫描二维码、获取图像信息等功能
高拍仪
└── WindowsFormsApplication1
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── WindowsFormsApplication1.csproj
├── WindowsFormsApplication1.sln
├── WindowsFormsApplication1.suo
├── bin
│ ├── Debug
│ │ ├── WindowsFormsApplication1.vshost.exe
│ │ └── WindowsFormsApplication1.vshost.exe.manifest
│ └── Release
│ ├── 1.jpg
│ ├── AxInterop.EloamThumbnailLib.dll
│ ├── AxInterop.EloamViewLib.dll
│ ├── Interop.EloamThumbnailLib.dll
│ ├── Interop.EloamViewLib.dll
│ ├── WindowsFormsApplication1.exe
│ ├── WindowsFormsApplication1.pdb
│ ├── WindowsFormsApplication1.vshost.exe
│ └── WindowsFormsApplication1.vshost.exe.manifest
└── obj
└── x86
├── Debug
│ ├── AxInterop.EloamThumbnailLib.dll
│ ├── AxInterop.EloamViewLib.dll
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Interop.EloamThumbnailLib.dll
│ ├── Interop.EloamViewLib.dll
│ ├── TempPE
│ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
│ └── WindowsFormsApplication1.csproj.ResolveComReference.cache
└── Release
├── AxInterop.EloamThumbnailLib.dll
├── AxInterop.EloamViewLib.dll
├── DesignTimeResolveAssemblyReferences.cache
├── DesignTimeResolveAssemblyReferencesInput.cache
├── Interop.EloamThumbnailLib.dll
├── Interop.EloamViewLib.dll
├── TempPE
├── WindowsFormsApplication1.Form1.resources
├── WindowsFormsApplication1.Properties.Resources.resources
├── WindowsFormsApplication1.csproj.FileListAbsolute.txt
├── WindowsFormsApplication1.csproj.GenerateResource.Cache
├── WindowsFormsApplication1.csproj.ResolveComReference.cache
├── WindowsFormsApplication1.exe
└── WindowsFormsApplication1.pdb
11 directories, 44 files