嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
海康相机SDK开发实例
包含海康相机SDK采图,相机列表搜索等功能
.
├── BasicDemo
│ ├── BasicDemo.Designer.cs
│ ├── BasicDemo.cs
│ ├── BasicDemo.csproj
│ ├── BasicDemo.en-US.resx
│ ├── BasicDemo.resx
│ ├── BasicDemo.zh-CHS.resx
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── BasicDemoByGenTL
│ ├── BasicDemoByGenTL.Designer.cs
│ ├── BasicDemoByGenTL.cs
│ ├── BasicDemoByGenTL.csproj
│ ├── BasicDemoByGenTL.en-US.resx
│ ├── BasicDemoByGenTL.resx
│ ├── BasicDemoByGenTL.zh-CHS.resx
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── CSharpDotNetSamples_VS2008.sln
├── ForceIpDemo
│ ├── ForceIpDemo.Designer.cs
│ ├── ForceIpDemo.cs
│ ├── ForceIpDemo.csproj
│ ├── ForceIpDemo.en-US.resx
│ ├── ForceIpDemo.resx
│ ├── ForceIpDemo.zh-CHS.resx
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── MultipleDemo
│ ├── MultipleDemo.Designer.cs
│ ├── MultipleDemo.cs
│ ├── MultipleDemo.csproj
│ ├── MultipleDemo.en-US.resx
│ ├── MultipleDemo.resx
│ ├── MultipleDemo.zh-CHS.resx
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── ReconnecDemo
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReconnectDemo.Designer.cs
│ ├── ReconnectDemo.cs
│ ├── ReconnectDemo.csproj
│ ├── ReconnectDemo.en-US.resx
│ ├── ReconnectDemo.resx
│ └── ReconnectDemo.zh-CHS.resx
├── SetIODemo
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SetIODemo.Designer.cs
│ ├── SetIODemo.cs
│ ├── SetIODemo.csproj
│ ├── SetIODemo.en-US.resx
│ ├── SetIODemo.resx
│ └── SetIODemo.zh-CHS.resx
├── SimpleSamples
│ ├── CamLBasicDemo
│ │ ├── CamLBasicDemo.cs
│ │ ├── CamLBasicDemo.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ChunkData
│ │ ├── ChunkData.cs
│ │ ├── ChunkData.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ColorCorrect
│ │ ├── ColorCorrect.cs
│ │ ├── ColorCorrect.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ConnectSpecCamera
│ │ ├── ConnectSpecCamera.cs
│ │ ├── ConnectSpecCamera.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ConvertPixelType
│ │ ├── ConvertPixelType.cs
│ │ ├── ConvertPixelType.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Events
│ │ ├── Events.cs
│ │ ├── Events.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GrabImage
│ │ ├── GrabImage.cs
│ │ ├── GrabImage.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GrabStrategies
│ │ ├── GrabStrategies.cs
│ │ ├── GrabStrategies.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Grab_ActionCommand
│ │ ├── Grab_ActionCommand.cs
│ │ ├── Grab_ActionCommand.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Grab_Callback
│ │ ├── Grab_Callback.cs
│ │ ├── Grab_Callback.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ImageEnhance
│ │ ├── ImageEnhance.cs
│ │ ├── ImageEnhance.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── LensShadingCorrection
│ │ ├── LensShadingCorrection.cs
│ │ ├── LensShadingCorrection.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── MultiCast
│ │ ├── MultiCast.cs
│ │ ├── MultiCast.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ParametrizeCamera_FileAccess
│ │ ├── ParametrizeCamera_FileAccess.cs
│ │ ├── ParametrizeCamera_FileAccess.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ParametrizeCamera_LoadAndSave
│ │ ├── ParametrizeCamera_LoadAndSave.cs
│ │ ├── ParametrizeCamera_LoadAndSave.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── Recording
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Recording.cs
│ │ └── Recording.csproj
│ ├── SavePonitCloudData_3D
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SavePonitCloudData_3D.cs
│ │ └── SavePonitCloudData_3D.csproj
│ ├── SimpleSamples_VS2008.sln
│ └── SpatialDenoise
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SpatialDenoise.cs
│ └── SpatialDenoise.csproj
└── 海康相机SDK开发实例.zip
49 directories, 129 files