嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
海康相机采集图像例程C#
├── Backup
│ ├── 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
│ ├── 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
│ ├── 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
│ ├── Grab_Callback
│ │ ├── Grab_Callback.cs
│ │ ├── Grab_Callback.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
├── 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
│ ├── Service References
│ ├── bin
│ │ └── Debug
│ │ ├── BasicDemo_CS.exe
│ │ ├── BasicDemo_CS.pdb
│ │ ├── BasicDemo_CS.vshost.exe
│ │ ├── BasicDemo_CS.vshost.exe.manifest
│ │ ├── MvCameraControl.Net.dll
│ │ ├── MvSdkLog
│ │ │ ├── CamCtrl_00.log
│ │ │ └── GigE_00.log
│ │ ├── en-US
│ │ │ └── BasicDemo_CS.resources.dll
│ │ └── zh-CHS
│ │ └── BasicDemo_CS.resources.dll
│ └── obj
│ └── Debug
│ ├── BasicDemo.Form1.en-US.resources
│ ├── BasicDemo.Form1.resources
│ ├── BasicDemo.Form1.zh-CHS.resources
│ ├── BasicDemo.Properties.Resources.resources
│ ├── BasicDemo.csproj.FileListAbsolute.txt
│ ├── BasicDemo.csproj.GenerateResource.Cache
│ ├── BasicDemo.csprojResolveAssemblyReference.cache
│ ├── BasicDemo_CS.exe
│ ├── BasicDemo_CS.pdb
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── en-US
│ │ └── BasicDemo_CS.resources.dll
│ └── zh-CHS
│ └── BasicDemo_CS.resources.dll
├── 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
│ ├── bin
│ │ └── Debug
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── 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
│ ├── Service References
│ ├── bin
│ │ └── Debug
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── 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
│ ├── Service References
│ ├── bin
│ │ └── Debug
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── 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
│ ├── bin
│ │ └── Debug
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
│ └── Properties.Resources.Designer.cs.dll
├── SimpleSamples
│ ├── ConnectSpecCamera
│ │ ├── ConnectSpecCamera.cs
│ │ ├── ConnectSpecCamera.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── ConvertPixelType
│ │ ├── ConvertPixelType.cs
│ │ ├── ConvertPixelType.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── Events
│ │ ├── Events.cs
│ │ ├── Events.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── GrabImage
│ │ ├── GrabImage.cs
│ │ ├── GrabImage.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── Grab_Callback
│ │ ├── Grab_Callback.cs
│ │ ├── Grab_Callback.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── MultiCast
│ │ ├── MultiCast.cs
│ │ ├── MultiCast.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── ParametrizeCamera_FileAccess
│ │ ├── ParametrizeCamera_FileAccess.cs
│ │ ├── ParametrizeCamera_FileAccess.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── ParametrizeCamera_LoadAndSave
│ │ ├── ParametrizeCamera_LoadAndSave.cs
│ │ ├── ParametrizeCamera_LoadAndSave.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ └── SimpleSamples_VS2008.sln
└── UpgradeLog.htm
128 directories, 211 files